Skip to content

Commit 76ad349

Browse files
committed
Fixes atlas-extension order
The atlas-extension must be registered before the latest-version-extension so that the latest version logic is applied to versions imported from the atlas-extension. Closes gh-32067
1 parent aa2ea20 commit 76ad349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: 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 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: 'framework'
1011
- '@springio/antora-extensions/static-page-extension'

0 commit comments

Comments
 (0)