Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Mar 18, 2024
1 parent bcf8b5a commit 351783e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export const en= defineConfig({
themeConfig: {
nav: nav(),
sidebar: sidebar(),
editLink: {
pattern: 'https://github.com/version-fox/vfox/edit/main/docs/:path',
text: 'Edit this page on GitHub'
},
footer: {
message: 'Released under the Apache 2.0 License.',
copyright: 'Copyright © 2023-present Han Li'
Expand Down
14 changes: 13 additions & 1 deletion docs/.vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,22 @@ export const zh = defineConfig({
themeConfig: {
nav: nav(),
sidebar: sidebar(),
editLink: {
pattern: 'https://github.com/version-fox/vfox/edit/main/docs/:path',
text: '在 GitHub 上编辑此页面'
},

footer: {
message: '基于 Apache 2.0 许可发布',
copyright: '版权所有 © 2023-现在 李晗'
}
},
docFooter: {
prev: '上一页',
next: '下一页'
},
outline: {
label: '页面导航'
},
}
})

Expand Down

0 comments on commit 351783e

Please sign in to comment.