From ed57ef48cd356385e3446eeca30877d5b2b29aa1 Mon Sep 17 00:00:00 2001 From: Sahil Date: Tue, 19 Nov 2024 15:49:52 +0530 Subject: [PATCH] chore: removed v1 and v2 links from nav dropdown (#303) Signed-off-by: Sahil --- website/docusaurus.config.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 84cb3f37..3f65c0ec 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -79,17 +79,9 @@ module.exports = { to: `docs/${version}/introduction/what-is-litmus` })), { - label: 'Master/Unreleased', + label: 'master/unreleased', to: 'docs/next/introduction/what-is-litmus' }, - { - label: 'V2-Docs', - to: 'https://v2-docs.litmuschaos.io/' - }, - { - label: 'V1-Docs', - to: 'https://v1-docs.litmuschaos.io/docs/getstarted/' - } ] }, {