Skip to content

Commit f4c3762

Browse files
authored
docs: add v2 to the list of versions (#7263)
1 parent 537fa5e commit f4c3762

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ export default ({ mode }: { mode: string }) => {
191191
text: 'v1.x',
192192
link: 'https://v1.vitest.dev/',
193193
},
194+
{
195+
text: 'v2.x',
196+
link: 'https://v2.vitest.dev/',
197+
},
194198
],
195199
},
196200
],

0 commit comments

Comments
 (0)