[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 links

Vladimir Sheremet (Dec 26, 2025, 1:44 PM +0100) 2b42cbd3 c9e59a08

+10 -2
+10 -2
docs/.vitepress/config.ts
··· 160 160 link: 'https://main.vitest.dev/', 161 161 }, 162 162 { 163 - text: 'v0.x', 164 - link: 'https://v0.vitest.dev/', 163 + text: 'v4.x', 164 + link: 'https://v4.vitest.dev/', 165 + }, 166 + { 167 + text: 'v3.x', 168 + link: 'https://v3.vitest.dev/', 165 169 }, 166 170 { 167 171 text: 'v1.x', 168 172 link: 'https://v1.vitest.dev/', 173 + }, 174 + { 175 + text: 'v0.x', 176 + link: 'https://v0.vitest.dev/', 169 177 }, 170 178 ], 171 179 },