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

View File

@@ -7,7 +7,7 @@ module.exports = {
theme: require.resolve('../../theme-vdoing'), // 使用本地主题
title: "HCFrame",
description: '通用框架组件',
base: '/doc/', // 格式:'/<仓库名>/' 默认'/'
base: '/hcframe-doc/', // 格式:'/<仓库名>/' 默认'/'
markdown: {
lineNumbers: true, // 代码行号
},

View File

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