mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 03:04:29 +08:00
fix(docs): 修正教程链接路径
- 将教程链接从 '/zh-CN/tutorials/basic-tutorial' 修改为 '/zh-CN/tutorials/basic' - 保持导航菜单结构不变 - 确保链接指向正确的教程页面
This commit is contained in:
parent
5d8fec2acd
commit
3136c03b03
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user