Skip to content

Commit 0110214

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 7166859 commit 0110214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reference/antora/antora-playbook.yml

+2-1
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: 'amqp'
1011
# FIXME: Run antora once using this extension to migrate to the Asciidoc Tabs syntax

0 commit comments

Comments
 (0)