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
rwinch committed Sep 20, 2023
1 parent 3bb154a commit 9a3de48
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 @@ -6,6 +6,7 @@ antora:
- '@springio/antora-extensions/latest-version-extension'
- require: '@springio/antora-extensions/root-component-extension'
root_component_name: 'ldap'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring LDAP
url: https://docs.spring.io/spring-ldap/reference
Expand Down Expand Up @@ -37,5 +38,5 @@ runtime:
failure_level: warn
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.0/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': 'springldap'
'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.3.0',
'@springio/antora-extensions': '1.6.0',
'@springio/asciidoctor-extensions': '1.0.0-alpha.9',
]
}

0 comments on commit 9a3de48

Please sign in to comment.