Skip to content

Commit

Permalink
docs: add version to title, remove edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 4, 2024
1 parent 0a30c22 commit ef8cc00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ export default ({ mode }: { mode: string }) => {
themeConfig: {
logo: '/logo.svg',

editLink: {
pattern: 'https://github.com/vitest-dev/vitest/edit/main/docs/:path',
text: 'Suggest changes to this page',
},

search: {
provider: 'local',
/* provider: 'algolia',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/meta.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// noinspection ES6PreferShortImport: IntelliJ IDE hint to avoid warning to use `~/contributors`, will fail on build if changed

/* Texts */
export const vitestName = 'Vitest'
export const vitestName = 'Vitest v1.6'
export const vitestShortName = 'Vitest'
export const vitestDescription = 'Next generation testing framework powered by Vite'

Expand Down

0 comments on commit ef8cc00

Please sign in to comment.