From 597d4dfeda06f0444a7b9b48dec4167bbef5e909 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:44:01 +0800 Subject: [PATCH] =?UTF-8?q?docs(menu):=20=E7=A7=BB=E9=99=A4=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E6=8C=87=E5=8D=97=E8=8F=9C=E5=8D=95=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从中文导航菜单中删除迁移指南链接 - 更新配置文件中的菜单结构 --- docs/.vitepress/config.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index cc889fe..c67fe56 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -59,7 +59,6 @@ export default defineConfig({ { text: 'API 参考', link: '/zh-CN/api-reference' }, { text: '常见问题', link: '/zh-CN/faq' }, { text: '故障排查', link: '/zh-CN/troubleshooting' }, - { text: '迁移指南', link: '/zh-CN/migration-guide' }, { text: '贡献指南', link: '/zh-CN/contributing' } ] }