We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3914d2b commit 0adbddaCopy full SHA for 0adbdda
12-前端框架/06-vue/【vuepress-docs】/.vuepress/config.js
@@ -65,7 +65,7 @@ module.exports = {
65
search: true,
66
searchMaxSuggestions: 10,
67
// 更新时间戳 git
68
- lastUpdated: 'Last Updated', // string | boolean
+ lastUpdated: '最后更新时间', // string | boolean
69
// serviceWorker
70
serviceWorker: {
71
updatePopup: true, // 弹窗提示更新 Boolean | Object, 默认值是 undefined
@@ -82,7 +82,7 @@ module.exports = {
82
// 以下为可选的 "Edit this page" 链接选项,如果你的文档和项目位于不同仓库:
83
docsRepo: 'vuejs/vuepress',
84
// 如果你的文档不在仓库的根目录下:
85
- docsDir: 'docs',
+ docsDir: 'docs/xxx',
86
// 如果你的文档在某个特定的分支(默认是 'master' 分支):
87
docsBranch: 'master',
88
// 默认为 false,设置为 true 来启用
0 commit comments