From ca2a66aa8c23cfb8b0150a6b4bc5520b125ce788 Mon Sep 17 00:00:00 2001 From: christosarvanitis Date: Tue, 7 Jul 2026 17:56:56 +0300 Subject: [PATCH 1/2] Updating navbar --- config.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index e156d5b49d..8ccf6236d1 100644 --- a/config.toml +++ b/config.toml @@ -199,7 +199,7 @@ terms_and_conditions = "https://www.armory.io/terms-and-conditions/" # Menu title if your navbar has a versions selector to access old versions of your site. # This menu appears only if you have at least one [params.versions] set. -version_menu = "Armory CD v2.36" +version_menu = "Armory CD v2.39" # Flag used in the "version-banner" partial to decide whether to display a # banner on every page indicating that this is an archived version of the docs. @@ -210,7 +210,7 @@ archived_version = false # Used in the "version-banner" partial to display a version number for the # current doc set. # Also used in the PCM to highlight what version the PCM is for -version = "2.36.x" +version = "2.39.x" # A link to latest version of the Armory CD docs. Used in the "version-banner" partial to # point people to the main Armory CD docs site. @@ -331,13 +331,13 @@ theme = "forest" # at the top of the website. [[params.versions]] - version = "Armory CD v2.34" - githubbranch = "v2.34" - url = "https://v2-34.docs.armory.io/continuous-deployment/" + version = "Armory CD v2.38" + githubbranch = "v2.38" + url = "https://v2-38.docs.armory.io/continuous-deployment/" [[params.versions]] - version = "Armory CD v2.32" - githubbranch = "v2.32" - url = "https://v2-32.docs.armory.io/continuous-deployment/" + version = "Armory CD v2.36" + githubbranch = "v2.36" + url = "https://v2-36.docs.armory.io/continuous-deployment/" From 68f3e41c833d80e4c90fa240db80379915fb0d37 Mon Sep 17 00:00:00 2001 From: christosarvanitis Date: Tue, 7 Jul 2026 18:00:17 +0300 Subject: [PATCH 2/2] Updating link --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 8ccf6236d1..2a4bb58e86 100644 --- a/config.toml +++ b/config.toml @@ -333,11 +333,11 @@ theme = "forest" [[params.versions]] version = "Armory CD v2.38" githubbranch = "v2.38" - url = "https://v2-38.docs.armory.io/continuous-deployment/" + url = "https://docs.armory.io/continuous-deployment/" [[params.versions]] version = "Armory CD v2.36" githubbranch = "v2.36" - url = "https://v2-36.docs.armory.io/continuous-deployment/" + url = "https://docs.armory.io/continuous-deployment/"