Skip to content

Commit ef8cc00

Browse files
committed
docs: add version to title, remove edit link
1 parent 0a30c22 commit ef8cc00

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/.vitepress/config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ export default ({ mode }: { mode: string }) => {
6565
themeConfig: {
6666
logo: '/logo.svg',
6767

68-
editLink: {
69-
pattern: 'https://github.com/vitest-dev/vitest/edit/main/docs/:path',
70-
text: 'Suggest changes to this page',
71-
},
72-
7368
search: {
7469
provider: 'local',
7570
/* provider: 'algolia',

docs/.vitepress/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// noinspection ES6PreferShortImport: IntelliJ IDE hint to avoid warning to use `~/contributors`, will fail on build if changed
22

33
/* Texts */
4-
export const vitestName = 'Vitest'
4+
export const vitestName = 'Vitest v1.6'
55
export const vitestShortName = 'Vitest'
66
export const vitestDescription = 'Next generation testing framework powered by Vite'
77

0 commit comments

Comments
 (0)