We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a30c22 commit ef8cc00Copy full SHA for ef8cc00
docs/.vitepress/config.ts
@@ -65,11 +65,6 @@ export default ({ mode }: { mode: string }) => {
65
themeConfig: {
66
logo: '/logo.svg',
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
search: {
74
provider: 'local',
75
/* provider: 'algolia',
docs/.vitepress/meta.ts
@@ -1,7 +1,7 @@
1
// noinspection ES6PreferShortImport: IntelliJ IDE hint to avoid warning to use `~/contributors`, will fail on build if changed
2
3
/* Texts */
4
-export const vitestName = 'Vitest'
+export const vitestName = 'Vitest v1.6'
5
export const vitestShortName = 'Vitest'
6
export const vitestDescription = 'Next generation testing framework powered by Vite'
7
0 commit comments