feat: 修改配置路径
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,8 +2,6 @@
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# yarn
|
|
||||||
yarn.lock
|
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ module.exports = {
|
|||||||
theme: require.resolve('../../theme-vdoing'), // 使用本地主题
|
theme: require.resolve('../../theme-vdoing'), // 使用本地主题
|
||||||
title: "HCFrame",
|
title: "HCFrame",
|
||||||
description: '通用框架组件',
|
description: '通用框架组件',
|
||||||
base: '/doc/', // 格式:'/<仓库名>/', 默认'/'
|
base: '/hcframe-doc/', // 格式:'/<仓库名>/', 默认'/'
|
||||||
markdown: {
|
markdown: {
|
||||||
lineNumbers: true, // 代码行号
|
lineNumbers: true, // 代码行号
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -52,9 +52,5 @@ module.exports = [
|
|||||||
link: '/pages/ca1baf/',
|
link: '/pages/ca1baf/',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
|
||||||
{
|
|
||||||
text: '旧版本文档',
|
|
||||||
link: 'http://taixingyiji.tk:5677'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"vuepress-plugin-one-click-copy": "^1.0.2",
|
"vuepress-plugin-one-click-copy": "^1.0.2",
|
||||||
"vuepress-plugin-thirdparty-search": "^1.0.2",
|
"vuepress-plugin-thirdparty-search": "^1.0.2",
|
||||||
"vuepress-plugin-zooming": "^1.1.7",
|
"vuepress-plugin-zooming": "^1.1.7",
|
||||||
"vuepress-theme-vdoing": "^1.8.1",
|
"vuepress-theme-vdoing": "1.8.1",
|
||||||
"yamljs": "^0.3.0"
|
"yamljs": "^0.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user