Skip to content

Commit 76f9bb3

Browse files
committed
Fix 404 issue with the reference docs
Due to an antora ordering issue, the reference docs on the latest GA from the project site throws an HTTP 404. See spring-projects/spring-framework#32083 for more details.
1 parent 9efc5d2 commit 76f9bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
antora:
22
extensions:
33
- '@springio/antora-extensions/partial-build-extension'
4+
# atlas-extension must be before latest-version-extension so latest versions are applied to imported versions
5+
- '@antora/atlas-extension'
46
- require: '@springio/antora-extensions/latest-version-extension'
57
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
68
- '@antora/collector-extension'
7-
- '@antora/atlas-extension'
89
- require: '@springio/antora-extensions/root-component-extension'
910
root_component_name: 'kafka'
1011
- '@springio/antora-extensions/static-page-extension'

0 commit comments

Comments
 (0)