Skip to content

Commit 15134df

Browse files
committed
Add Search in All Spring Docs
1 parent 4bccbd6 commit 15134df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ antora:
77
- '@antora/atlas-extension'
88
- require: '@springio/antora-extensions/root-component-extension'
99
root_component_name: 'graphql'
10+
- '@springio/antora-extensions/static-page-extension'
1011
site:
1112
title: Spring GraphQL
1213
url: https://docs.spring.io/spring-graphql/reference
@@ -36,7 +37,7 @@ urls:
3637
redirect_facility: httpd
3738
ui:
3839
bundle:
39-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.6/ui-bundle.zip
40+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.2/ui-bundle.zip
4041
snapshot: true
4142
runtime:
4243
log:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ antora {
99
environment = [
1010
'ALGOLIA_API_KEY': '9d489079e5ec46dbb238909fee5c9c29',
1111
'ALGOLIA_APP_ID': 'WB1FQYI187',
12-
'ALGOLIA_INDEX_NAME': 'springgraphql',
12+
'ALGOLIA_INDEX_NAME': 'springdocs',
1313
]
1414
dependencies = [
1515
'@antora/atlas-extension': '1.0.0-alpha.1',
1616
'@antora/collector-extension': '1.0.0-alpha.3',
1717
'@asciidoctor/tabs': '1.0.0-beta.3',
18-
'@springio/antora-extensions': '1.4.2',
18+
'@springio/antora-extensions': '1.6.0',
1919
'@springio/asciidoctor-extensions': '1.0.0-alpha.8',
2020
]
2121
}

0 commit comments

Comments
 (0)