[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: update versions links

Vladimir Sheremet (Dec 26, 2025, 1:41 PM +0100) b6a29745 21a2b9b0

+11 -3
+11 -3
docs/.vitepress/config.ts
··· 117 117 link: 'https://main.vitest.dev/', 118 118 }, 119 119 { 120 - text: 'v1.x', 121 - link: 'https://v1.vitest.dev/', 120 + text: 'v4.x', 121 + link: 'https://v4.vitest.dev/', 122 + }, 123 + { 124 + text: 'v3.x', 125 + link: 'https://v3.vitest.dev/', 122 126 }, 123 127 { 124 128 text: 'v2.x', 125 - link: 'https://vitest.dev/', 129 + link: 'https://v2.vitest.dev/', 130 + }, 131 + { 132 + text: 'v1.x', 133 + link: 'https://v1.vitest.dev/', 126 134 }, 127 135 ], 128 136 },