Skip to content

Commit

Permalink
Add Search in all Spring Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Oct 19, 2023
1 parent cb570d8 commit fdd3142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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: 'batch'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Batch
url: https://docs.spring.io/spring-batch/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.6/ui-bundle.zip
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.7/ui-bundle.zip
snapshot: true
runtime:
log:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</issueManagement>

<properties>
<io.spring.maven.antora-version>0.0.3</io.spring.maven.antora-version>
<io.spring.maven.antora-version>0.0.4</io.spring.maven.antora-version>
</properties>


Expand All @@ -42,7 +42,7 @@
<environment>
<ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY>
<ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID>
<ALGOLIA_INDEX_NAME>springbatch</ALGOLIA_INDEX_NAME>
<ALGOLIA_INDEX_NAME>springdocs</ALGOLIA_INDEX_NAME>
</environment>
</configuration>
</plugin>
Expand Down

0 comments on commit fdd3142

Please sign in to comment.