diff --git a/docs/antora.yml b/docs/antora.yml index e1680cb5..a0fa54b9 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,16 +1,14 @@ name: operator title: Hazelcast Operator # Version in the URL -version: 'latest-snapshot' +version: '5.10' # Version in the version selector (we display only the latest major.minor version) -display_version: 'latest-snapshot' -# Displays a banner to inform users that this is a prerelease version -prerelease: true +display_version: '5.10' asciidoc: attributes: # The full major.minor.patch version, which is used as a variable in the docs for things like download links - full-version: 'latest-snapshot' - operator-chart-version: '5.10.0-snapshot' + full-version: '5.10.0' + operator-chart-version: '5.10.0' page-toclevels: 1@ # page-latest-supported versions are used for sample YAML files. page-latest-supported-mc: '5.3.2' diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 05388bd8..c86af2f6 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -34,4 +34,7 @@ .Reference // Configuration options/spec files/any other reference docs * xref:phone-homes.adoc[Phone Homes] -* xref:api-ref.adoc[API References] \ No newline at end of file +* xref:api-ref.adoc[API References] + +.Release Notes +* xref:release-notes.adoc[5.10.0] \ No newline at end of file