diff --git a/docs/.vitepress/zh-CN.ts b/docs/.vitepress/zh-CN.ts index 48e2a83..f6e925e 100644 --- a/docs/.vitepress/zh-CN.ts +++ b/docs/.vitepress/zh-CN.ts @@ -60,7 +60,7 @@ function sidebarGuide() { collapsed: false, items: [ { text: '快速开始', link: 'guide/getting-started', activeMatch: '/zh-CN/guide/' }, - { text: '基础配置', link: 'guide/configuration', activeMatch: '/zh-CN/guide/' }, + { text: '基础配置', link: 'guide/config', activeMatch: '/zh-CN/guide/' }, { text: '对接框架', link: 'guide/configuration', activeMatch: '/zh-CN/guide/' }, { text: '常见问题', link: 'guide/faq', activeMatch: '/zh-CN/guide/' }, { text: '版本日志', link: 'guide/version', activeMatch: '/zh-CN/guide/' }