From 998c17b0b2821968720ca1372d5c5331f3c8f889 Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Mon, 16 Sep 2024 10:04:22 +0100 Subject: [PATCH] Fix WN link by updating latest supported versions (#231) From comparison with MC, we need x.y only. Currently, link in What's New page (https://docs.hazelcast.com/operator/5.13/whats-new) is broken - points to https://docs.hazelcast.com/operator/5.13/whats-new#5.5.0@hazelcast:ROOT:whats-new.adoc --- docs/antora.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 16c8a202..b438b0ac 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -11,7 +11,7 @@ asciidoc: operator-chart-version: '5.13.0' page-toclevels: 1@ # page-latest-supported versions are used for sample YAML files. - page-latest-supported-mc: '5.5.0' - page-latest-supported-hazelcast: '5.5.0' + page-latest-supported-mc: '5.5' + page-latest-supported-hazelcast: '5.5' nav: - modules/ROOT/nav.adoc