Skip to content

Commit 0c83eaf

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 1a3c25b commit 0c83eaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reference/antora/antora-playbook.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
antora:
55
extensions:
66
- '@springio/antora-extensions/partial-build-extension'
7+
# atlas-extension must be before latest-version-extension so latest versions are applied to imported versions
8+
- '@antora/atlas-extension'
79
- require: '@springio/antora-extensions/latest-version-extension'
810
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
911
- '@antora/collector-extension'
10-
- '@antora/atlas-extension'
1112
- require: '@springio/antora-extensions/root-component-extension'
1213
root_component_name: 'integration'
1314
site:

0 commit comments

Comments
 (0)