diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 919ee59..a6aaef0 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -55,7 +55,7 @@ export default defineConfig({ { text: '更多', items: [ - { text: 'API 参考', link: '/zh-CN/api-reference/' }, + { text: 'API 参考', link: '/zh-CN/api-reference' }, { text: '常见问题', link: '/zh-CN/faq' }, { text: '故障排查', link: '/zh-CN/troubleshooting' }, { text: '迁移指南', link: '/zh-CN/migration-guide' }, @@ -217,15 +217,6 @@ export default defineConfig({ ] } ], - - '/zh-CN/api-reference/': [ - { - text: 'API 参考', - items: [ - { text: 'API 文档', link: '/zh-CN/api-reference/' } - ] - } - ], }, socialLinks: [