Skip to content

Commit c6c04c8

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 2fbe361 commit c6c04c8

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 the 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: 'integration'
1011
site:

0 commit comments

Comments
 (0)