Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ site:
# docs: https://docs.antora.org/antora/latest/playbook/configure-urls/
urls:
# The symbolic name of the latest stable version, and how to redirect from/to it.
# with 'redirect:to', the _actual_ version link is a redirect, and the _actual_ link
# with 'redirect:to', the _actual_ version link is a redirect, and the _actual_ link
# contains the symbolic name, i.e. stable.
# As the user browses the latest docs, there will be 'stable' in the links. Also
# As the user browses the latest docs, there will be 'stable' in the links. Also
# search engines will see the 'stable' link and index those pages, so if we release
# a new version, these links will be already in the index, which is good.
# Linking to the latest version by version number is still possible, and after the
# latest version is not latest anymore, the redirect is instead the actual URL.
latest_version_segment: stable
latest_version_segment_strategy: redirect:to
# We deploy our site on netlify, so we use their redirect config mechanism
redirect_facility: netlify
# See https://docs.antora.org/antora/latest/playbook/urls-html-extension-style/#html-extension-style-key
html_extension_style: indexify
content:
sources:
- url: .
Expand Down