Skip to content

Commit

Permalink
Adds antora extension and updates ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Sep 22, 2023
1 parent bc0d9bc commit c80cf89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ node_modules
build
package.json
package-lock.json
.flattened-pom.xml
3 changes: 2 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ antora:
- '@antora/atlas-extension'
- require: '@springio/antora-extensions/root-component-extension'
root_component_name: 'cloud-circuitbreaker'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Cloud Circuitbreaker
url: https://docs.spring.io/spring-cloud-circuitbreaker/reference
Expand Down Expand Up @@ -36,7 +37,7 @@ urls:
redirect_facility: httpd
ui:
bundle:
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.5/ui-bundle.zip
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.2/ui-bundle.zip
snapshot: true
runtime:
log:
Expand Down
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,15 @@
<environment>
<ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY>
<ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID>
<ALGOLIA_INDEX_NAME>springcloudcircuitbreaker</ALGOLIA_INDEX_NAME>
<ALGOLIA_INDEX_NAME>springdocs</ALGOLIA_INDEX_NAME>
</environment>
<packages>
<package>@antora/atlas-extension@1.0.0-alpha.1</package>
<package>@antora/collector-extension@1.0.0-alpha.3</package>
<package>@asciidoctor/tabs@1.0.0-beta.3</package>
<package>@springio/antora-extensions@1.6.0</package>
<package>@springio/asciidoctor-extensions@1.0.0-alpha.9</package>
</packages>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit c80cf89

Please sign in to comment.