From c0a1bc4fb0aec908aff11c01c6b2729403fd73f4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 23 May 2023 09:51:19 -0400 Subject: [PATCH] correct antora.yml for the main branch It needs to be 'latest' in the main branch in order to not conflict with the target for other release stream branches Signed-off-by: Galen Charlton --- docs/antora.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 0da5cd7..0b7ad71 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: docs title: Evergreen docs -version: '3.11' +version: 'latest' nav: - modules/ROOT/nav.adoc - modules/installation/nav.adoc -- 1.7.2.5