diff --git a/docs/.vitepress/config/zh.ts b/docs/.vitepress/config/zh.ts index a3196706..e15cb452 100644 --- a/docs/.vitepress/config/zh.ts +++ b/docs/.vitepress/config/zh.ts @@ -12,7 +12,7 @@ export const zh = defineConfig({ }, nav: [ {text: '家', link: '/'}, - {text: '使用', link: '/start/install'}, + {text: '使用', link: '/start/use'}, {text: '开发', link: '/dev/extension'}, ], editLink: ThemeConfig.getEditLink('编辑此页面'), diff --git a/docs/zh/index.md b/docs/zh/index.md index 9d7d1d95..da22d179 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -9,7 +9,7 @@ hero: actions: - theme: brand text: 开始使用 - link: /start/install/ + link: /start/use/ - theme: alt text: 开发及扩展 link: /dev/extension/