feat: 修改配置路径

This commit is contained in:
lhc
2023-12-05 15:55:57 +08:00
parent 4dd60a9218
commit 47e0a1c318
5 changed files with 11488 additions and 8 deletions

2
.gitignore vendored
View File

@@ -2,8 +2,6 @@
package-lock.json package-lock.json
node_modules node_modules
# yarn
yarn.lock
# vscode # vscode
.vscode .vscode

View File

@@ -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, // 代码行号
}, },

View File

@@ -52,9 +52,5 @@ module.exports = [
link: '/pages/ca1baf/', link: '/pages/ca1baf/',
} }
], ],
},
{
text: '旧版本文档',
link: 'http://taixingyiji.tk:5677'
} }
] ]

View File

@@ -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": {

11486
yarn.lock Normal file

File diff suppressed because it is too large Load Diff