Skip to content

Commit

Permalink
update nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Feb 9, 2024
1 parent 94d09a4 commit 414a0dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ export default defineConfig({
{ text: "API", link: "/api" },
{ text: "Playground", link: "/playground/", target: '_self' },
{
text: "unstable",
text: "v3.0.0",
items: [
{
text: "v3.0.0",
link: "https://melange.re/v3.0.0/",
},
{
text: "v2.2.0",
link: "https://melange.re/v2.2.0/",
Expand All @@ -57,6 +53,10 @@ export default defineConfig({
text: "v1.0.0",
link: "https://melange.re/v1.0.0/",
},
{
text: "unstable",
link: "https://melange.re/unstable/",
},
],
},
],
Expand Down

0 comments on commit 414a0dd

Please sign in to comment.