Skip to content

Commit

Permalink
Fix atlas-extension order
Browse files Browse the repository at this point in the history
Fixes the following error from latest-version-extension:
    FATAL (antora): The latest-version-extension must be registered
    after the atlas-extension
  • Loading branch information
sjohnr committed Apr 19, 2024
1 parent ce6ba7f commit cd04ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antora-playbook.yml
@@ -1,10 +1,10 @@
antora:
extensions:
- '@springio/antora-extensions/partial-build-extension'
- '@antora/atlas-extension'
- require: '@springio/antora-extensions/latest-version-extension'
- require: '@springio/antora-extensions/inject-collector-cache-config-extension'
- '@antora/collector-extension'
- '@antora/atlas-extension'
- require: '@springio/antora-extensions/root-component-extension'
root_component_name: 'security'
- '@springio/antora-extensions/static-page-extension'
Expand Down

0 comments on commit cd04ea3

Please sign in to comment.