Skip to content

Commit

Permalink
docs: add v2 to the list of versions (#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Jan 16, 2025
1 parent 537fa5e commit f4c3762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ export default ({ mode }: { mode: string }) => {
text: 'v1.x',
link: 'https://v1.vitest.dev/',
},
{
text: 'v2.x',
link: 'https://v2.vitest.dev/',
},
],
},
],
Expand Down

0 comments on commit f4c3762

Please sign in to comment.