docs(menu): 移除迁移指南菜单项

- 从中文导航菜单中删除迁移指南链接
- 更新配置文件中的菜单结构
This commit is contained in:
GeWuYou 2026-03-13 22:44:01 +08:00
parent f3deb299ac
commit 597d4dfeda

View File

@ -59,7 +59,6 @@ export default defineConfig({
{ text: 'API 参考', link: '/zh-CN/api-reference' }, { text: 'API 参考', link: '/zh-CN/api-reference' },
{ text: '常见问题', link: '/zh-CN/faq' }, { text: '常见问题', link: '/zh-CN/faq' },
{ text: '故障排查', link: '/zh-CN/troubleshooting' }, { text: '故障排查', link: '/zh-CN/troubleshooting' },
{ text: '迁移指南', link: '/zh-CN/migration-guide' },
{ text: '贡献指南', link: '/zh-CN/contributing' } { text: '贡献指南', link: '/zh-CN/contributing' }
] ]
} }