Skip to content

Commit

Permalink
chore: removed v1 and v2 links from nav dropdown (#303)
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil <sahil.kumar@harness.io>
  • Loading branch information
SahilKr24 authored Nov 19, 2024
1 parent ae3bdfd commit ed57ef4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
]
},
{
Expand Down

0 comments on commit ed57ef4

Please sign in to comment.