fix(docs): 修正教程链接路径

- 将教程链接从 '/zh-CN/tutorials/basic-tutorial' 修改为 '/zh-CN/tutorials/basic'
- 保持导航菜单结构不变
- 确保链接指向正确的教程页面
This commit is contained in:
GeWuYou 2026-02-12 01:18:31 +08:00
parent 5d8fec2acd
commit 3136c03b03

View File

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