From: Galen Charlton Date: Tue, 23 May 2023 13:51:19 +0000 (-0400) Subject: correct antora.yml for the main branch X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=c0a1bc4fb0aec908aff11c01c6b2729403fd73f4 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 --- 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