Skip to content

Commit 1d906b8

Browse files
authored
GH-8985: Update docs build
Fixes: #8985 * Use correct index name * antora-extensions 1.8.2 * asciidoctor-extensions 1.0.0-alpha.10 * Add '@springio/antora-extensions/static-page-extension' This ensures that Search in all Spring Docs & All Docs... links work. * antora-ui-spring v0.4.11 * Configure related Documentation See https://github.com/spring-io/antora-ui-spring?tab=readme-ov-file#related-documentation
1 parent c6c04c8 commit 1d906b8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: antora-playbook.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ antora:
88
- '@antora/collector-extension'
99
- require: '@springio/antora-extensions/root-component-extension'
1010
root_component_name: 'integration'
11+
- '@springio/antora-extensions/static-page-extension'
1112
site:
1213
title: Spring Integration
1314
url: https://docs.spring.io/spring-integration/reference
@@ -25,6 +26,8 @@ content:
2526
asciidoc:
2627
attributes:
2728
page-stackoverflow-url: https://stackoverflow.com/tags/spring-integration
29+
page-related-doc-categories: security
30+
page-related-doc-projects: batch,framework,integration
2831
page-pagination: ''
2932
hide-uri-scheme: '@'
3033
tabs-sync-option: '@'
@@ -37,7 +40,7 @@ urls:
3740
redirect_facility: httpd
3841
ui:
3942
bundle:
40-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.7/ui-bundle.zip
43+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip
4144
snapshot: true
4245
runtime:
4346
log:

Diff for: build.gradle

+3-3
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': 'springintegration',
12+
'ALGOLIA_INDEX_NAME': 'springdocs',
1313
]
1414
dependencies = [
1515
'@antora/atlas-extension': '1.0.0-alpha.2',
1616
'@antora/collector-extension': '1.0.0-alpha.3',
1717
'@asciidoctor/tabs': '1.0.0-beta.6',
18-
'@springio/antora-extensions': '1.8.0',
19-
'@springio/asciidoctor-extensions': '1.0.0-alpha.9',
18+
'@springio/antora-extensions': '1.8.2',
19+
'@springio/asciidoctor-extensions': '1.0.0-alpha.10',
2020
]
2121
}

0 commit comments

Comments
 (0)