[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:12 AM +0100) ef8cc005 0a30c22e

+1 -6
-5
docs/.vitepress/config.ts
··· 65 65 themeConfig: { 66 66 logo: '/logo.svg', 67 67 68 - editLink: { 69 - pattern: 'https://github.com/vitest-dev/vitest/edit/main/docs/:path', 70 - text: 'Suggest changes to this page', 71 - }, 72 - 73 68 search: { 74 69 provider: 'local', 75 70 /* 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 v1.6' 5 5 export const vitestShortName = 'Vitest' 6 6 export const vitestDescription = 'Next generation testing framework powered by Vite' 7 7