Skip to content

Commit

Permalink
Add Search in all Spring Docs
Browse files Browse the repository at this point in the history
Closes gh-31290
  • Loading branch information
rwinch authored and bclozel committed Sep 22, 2023
1 parent 35f3e5d commit 57b9a57
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 @@ -8,6 +8,7 @@ antora:
- '@opendevise/antora-release-line-extension'
- require: '@springio/antora-extensions/root-component-extension'
root_component_name: 'framework'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Framework
url: https://docs.spring.io/spring-framework/reference
Expand Down Expand Up @@ -42,5 +43,5 @@ runtime:
failure_level: warn
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.2/ui-bundle.zip
snapshot: true
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ antora {
environment = [
'ALGOLIA_API_KEY': '042f6aaab6ce998d2ea29e60167e1660',
'ALGOLIA_APP_ID': 'WB1FQYI187',
'ALGOLIA_INDEX_NAME': 'springframework'
'ALGOLIA_INDEX_NAME': 'springdocs'
]
// NOTE remember to update the versions in lib/antora/templates/per-branch-antora-playbook.yml as well
dependencies = [
'@antora/atlas-extension': '1.0.0-alpha.1',
'@antora/collector-extension': '1.0.0-alpha.3',
'@asciidoctor/tabs': '1.0.0-beta.3',
'@opendevise/antora-release-line-extension': '1.0.0',
'@springio/antora-extensions': '1.4.2',
'@springio/antora-extensions': '1.6.0',
'@springio/asciidoctor-extensions': '1.0.0-alpha.9',
]
}

0 comments on commit 57b9a57

Please sign in to comment.