Skip to content

Commit

Permalink
Updated antora-playbook to use correct configuration
Browse files Browse the repository at this point in the history
also added static-page-extension
  • Loading branch information
cppwfs committed Sep 22, 2023
1 parent 65aa485 commit 953cbeb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 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
1 change: 1 addition & 0 deletions 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-task'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Cloud Task
url: https://docs.spring.io/spring-cloud-task/reference
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
<ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID>
<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 953cbeb

Please sign in to comment.