docs(nav): 更新源码生成器导航链接

- 修正源码生成器菜单项的链接路径,移除 overview 后缀
This commit is contained in:
GeWuYou 2026-02-11 16:00:47 +08:00
parent 1ab615db26
commit 08650cf682

View File

@ -47,7 +47,7 @@ export default defineConfig({
{ text: 'Core', link: '/zh-CN/core/' },
{ text: 'Game', link: '/zh-CN/game/' },
{ text: 'Godot', link: '/zh-CN/godot/' },
{ text: '源码生成器', link: '/zh-CN/source-generators/overview' },
{ text: '源码生成器', link: '/zh-CN/source-generators' },
{ text: '教程', link: '/zh-CN/tutorials/basic-tutorial' },
],