Skip to content

Commit

Permalink
Fix 404 issue with reference docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sobychacko committed Jan 26, 2024
1 parent f9476a3 commit 35a8c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring-kafka-docs/src/main/antora/antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
antora:
extensions:
- '@springio/antora-extensions/partial-build-extension'
# atlas-extension must be before latest-version-extension so the latest versions are applied to imported versions
- '@antora/atlas-extension'
- require: '@springio/antora-extensions/latest-version-extension'
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
- '@antora/collector-extension'
Expand Down

0 comments on commit 35a8c4b

Please sign in to comment.