Skip to content

Commit ed57ef4

Browse files
authored
chore: removed v1 and v2 links from nav dropdown (#303)
Signed-off-by: Sahil <sahil.kumar@harness.io>
1 parent ae3bdfd commit ed57ef4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,9 @@ module.exports = {
7979
to: `docs/${version}/introduction/what-is-litmus`
8080
})),
8181
{
82-
label: 'Master/Unreleased',
82+
label: 'master/unreleased',
8383
to: 'docs/next/introduction/what-is-litmus'
8484
},
85-
{
86-
label: 'V2-Docs',
87-
to: 'https://v2-docs.litmuschaos.io/'
88-
},
89-
{
90-
label: 'V1-Docs',
91-
to: 'https://v1-docs.litmuschaos.io/docs/getstarted/'
92-
}
9385
]
9486
},
9587
{

0 commit comments

Comments
 (0)