Skip to content

Commit 0adbdda

Browse files
config
1 parent 3914d2b commit 0adbdda

File tree

1 file changed

+2
-2
lines changed
  • 12-前端框架/06-vue/【vuepress-docs】/.vuepress

1 file changed

+2
-2
lines changed

12-前端框架/06-vue/【vuepress-docs】/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = {
6565
search: true,
6666
searchMaxSuggestions: 10,
6767
// 更新时间戳 git
68-
lastUpdated: 'Last Updated', // string | boolean
68+
lastUpdated: '最后更新时间', // string | boolean
6969
// serviceWorker
7070
serviceWorker: {
7171
updatePopup: true, // 弹窗提示更新 Boolean | Object, 默认值是 undefined
@@ -82,7 +82,7 @@ module.exports = {
8282
// 以下为可选的 "Edit this page" 链接选项,如果你的文档和项目位于不同仓库:
8383
docsRepo: 'vuejs/vuepress',
8484
// 如果你的文档不在仓库的根目录下:
85-
docsDir: 'docs',
85+
docsDir: 'docs/xxx',
8686
// 如果你的文档在某个特定的分支(默认是 'master' 分支):
8787
docsBranch: 'master',
8888
// 默认为 false,设置为 true 来启用

0 commit comments

Comments
 (0)