[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: add version to title, remove edit link

Vladimir (Nov 5, 2024, 12:05 AM +0100) 3801c23a 160bc8ad

+1 -6
-5
docs/.vitepress/config.ts
··· 61 61 themeConfig: { 62 62 logo: '/logo.svg', 63 63 64 - editLink: { 65 - pattern: 'https://github.com/vitest-dev/vitest/tree/main/docs/:path', 66 - text: 'Suggest changes to this page', 67 - }, 68 - 69 64 search: { 70 65 provider: 'local', 71 66 /* provider: 'algolia',
+1 -1
docs/.vitepress/meta.ts
··· 1 1 // noinspection ES6PreferShortImport: IntelliJ IDE hint to avoid warning to use `~/contributors`, will fail on build if changed 2 2 3 3 /* Texts */ 4 - export const vitestName = 'Vitest' 4 + export const vitestName = 'Vitest v0.34' 5 5 export const vitestShortName = 'Vitest' 6 6 export const vitestDescription = 'A blazing fast unit test framework powered by Vite' 7 7