From 834cd145ab3dc748c4f1bb1679ea4619e5ea45c8 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Mon, 25 Nov 2024 08:59:33 -0800 Subject: [PATCH] Removing preview for v2.10 docs and removing banner: none from v2.6 as EOL and also v2.7 which has hit EOL as of Nov 18 2024. Signed-off-by: Sunil Singh --- docusaurus.config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b65c0ed4712..1edf309592d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -185,9 +185,9 @@ module.exports = { label: 'Latest', }, '2.10': { - label: 'v2.10 (Preview)', + label: 'v2.10', path: 'v2.10', - banner: 'unreleased' + banner: 'none' }, 2.9: { label: 'v2.9', @@ -202,12 +202,10 @@ module.exports = { 2.7: { label: 'v2.7', path: 'v2.7', - banner: 'none' }, 2.6: { label: 'v2.6', path: 'v2.6', - banner: 'none' }, 2.5: { label: 'v2.5',