From 25450e16565cc19e5440fba2286dff2d64a1ee49 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Thu, 13 Feb 2025 08:48:38 -0500 Subject: [PATCH] Remove archived 23.10 docs links from the version selector When this is ready, backport this change to all other active branches. --- layouts/partials/docs-nav.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index dce8342c4f..e48cff8233 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -145,7 +145,7 @@ } else if (path.includes('/24.04/')) { versionButton.textContent = '24.04'; } else if (path.includes('/23.10/')) { - versionButton.textContent = '23.10'; + versionButton.textContent = 'Archive'; } else if (path.includes('/22.12/')) { versionButton.textContent = 'Archive'; } else { @@ -216,7 +216,6 @@
25.04
24.10
24.04
-
23.10
13.3
13.0
Archive
@@ -381,8 +380,6 @@ relative_url = 'core/13.3/'; } else if (version === 'Archive') { relative_url = 'archive/'; - } else if (version === '23.10') { - relative_url = 'scale/23.10/'; } else if (version === '24.04') { relative_url = 'scale/24.04/'; } else if (version === '24.10') {