Skip to content

Commit 960218d

Browse files
committed
Fix 404 issue with 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 f6b766e commit 960218d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: spring-kafka-docs/src/main/antora/antora-playbook.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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'

0 commit comments

Comments
 (0)