Browse Source
chore(docs): correct the file path in the markdown for the GitHub website (#4254)
pull/4258/head
前端爱码士
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
2 deletions
-
docs/.vitepress/config/en.mts
-
docs/.vitepress/config/zh.mts
|
|
|
@ -13,7 +13,7 @@ export const en = defineConfig({ |
|
|
|
prev: 'Previous Page', |
|
|
|
}, |
|
|
|
editLink: { |
|
|
|
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path', |
|
|
|
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/src/:path', |
|
|
|
text: 'Edit this page on GitHub', |
|
|
|
}, |
|
|
|
footer: { |
|
|
|
|
|
|
|
@ -13,7 +13,8 @@ export const zh = defineConfig({ |
|
|
|
prev: '上一页', |
|
|
|
}, |
|
|
|
editLink: { |
|
|
|
pattern: 'https://github.com/vbenjs/vue-vben-admin/edit/main/docs/:path', |
|
|
|
pattern: |
|
|
|
'https://github.com/vbenjs/vue-vben-admin/edit/main/docs/src/:path', |
|
|
|
text: '在 GitHub 上编辑此页面', |
|
|
|
}, |
|
|
|
footer: { |
|
|
|
|