mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-04-02 20:09:00 +08:00
feat(docs): 初始化 GFramework 文档站点配置
- 添加 VitePress 配置文件,设置文档标题和描述 - 实现安全泛型转义插件,保护代码块和 HTML 标签 - 配置多语言支持,设置简体中文为默认语言 - 设置文档导航栏,包含入门指南、核心框架、ECS 等模块 - 配置侧边栏结构,按模块划分文档目录 - 添加本地搜索功能,配置中文翻译选项 - 设置 GitHub Pages 部署基础路径 - 配置社交链接和页脚信息
This commit is contained in:
parent
059d5a8f41
commit
24dc2bb9cf
@ -214,7 +214,9 @@ export default defineConfig({
|
||||
{ text: '枚举扩展', link: '/zh-CN/source-generators/enum-generator' },
|
||||
{ text: 'ContextAware 生成器', link: '/zh-CN/source-generators/context-aware-generator' },
|
||||
{ text: 'Priority 生成器', link: '/zh-CN/source-generators/priority-generator' },
|
||||
{ text: 'Context Get 注入', link: '/zh-CN/source-generators/context-get-generator' }
|
||||
{ text: 'Context Get 注入', link: '/zh-CN/source-generators/context-get-generator' },
|
||||
{ text: 'GetNode 生成器 (Godot)', link: '/zh-CN/source-generators/get-node-generator' },
|
||||
{ text: 'BindNodeSignal 生成器 (Godot)', link: '/zh-CN/source-generators/bind-node-signal-generator' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user