feat(docs): 更新文档指南模块

- 修复文档中部分文字性小问题
- 更新指南模块内容
This commit is contained in:
xiaozhu
2025-08-30 00:48:21 +08:00
parent b1c662515e
commit 9e978eafdd
10 changed files with 2453 additions and 8 deletions
+12 -1
View File
@@ -80,7 +80,18 @@ export default defineConfig({
collapsed: false, // 默认不折叠(展开状态)
items: [
{ text: '项目介绍', link: '/guide_info' },
{ text: '快速开始', link: '/guide_start' }
{ text: '快速开始', link: '/guide_start' },
{ text: '为什么是FastapiAdmin?', link: '/guide_why' }
]
},
{
text: '二次开发权威指南',
collapsible: true, // 开启折叠功能
collapsed: false, // 默认不折叠(展开状态)
items: [
{ text: '前端开发指南', link: '/guide_develop_frontend' },
// { text: '后端开发', link: '/guide_start' },
// { text: '官网工程', link: '/guide_why' }
]
},
{