From 3136c03b03c5baba4427c664b067ab40da15e9bb Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:18:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E4=BF=AE=E6=AD=A3=E6=95=99?= =?UTF-8?q?=E7=A8=8B=E9=93=BE=E6=8E=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将教程链接从 '/zh-CN/tutorials/basic-tutorial' 修改为 '/zh-CN/tutorials/basic' - 保持导航菜单结构不变 - 确保链接指向正确的教程页面 --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 193085e..1f3d4a9 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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: {