We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9aaf7 commit 4d3ccc2Copy full SHA for 4d3ccc2
antora-playbook.yml
@@ -19,6 +19,10 @@ urls:
19
# latest version is not latest anymore, the redirect is instead the actual URL.
20
latest_version_segment: stable
21
latest_version_segment_strategy: redirect:to
22
+ # If `redirect_facility` is not specified it defaults to `static`. This, in turn,
23
+ # transparently changes the `redirect:to` strategy to `replace`, which is not the one
24
+ # we want. See https://docs.antora.org/antora/latest/playbook/urls-latest-version-segment-strategy/#key
25
+ redirect_facility: netlify
26
# See https://docs.antora.org/antora/latest/playbook/urls-html-extension-style/#html-extension-style-key
27
html_extension_style: indexify
28
content:
0 commit comments