Skip to content

Commit

Permalink
Search in all Spring Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Sep 20, 2023
1 parent 5930496 commit 71c9c82
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: 'security'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring Security
url: https://docs.spring.io/spring-security/reference
Expand Down Expand Up @@ -34,7 +35,7 @@ urls:
redirect_facility: httpd
ui:
bundle:
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.7/ui-bundle.zip
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.1/ui-bundle.zip
snapshot: true
runtime:
log:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ antora {
environment = [
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
'ALGOLIA_APP_ID': 'WB1FQYI187',
'ALGOLIA_INDEX_NAME': 'springsecurity',
'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',
'@springio/antora-extensions': '1.4.2',
'@springio/antora-extensions': '1.6.0',
'@springio/asciidoctor-extensions': '1.0.0-alpha.8',
]
}

0 comments on commit 71c9c82

Please sign in to comment.