We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df5228 commit 4c70913Copy full SHA for 4c70913
1 file changed
.vitepress/config.mjs
@@ -30,7 +30,13 @@ export default defineConfig({
30
{ text: 'FML 3 环境部署', link: '/developing/fml3env' },
31
{ text: 'ManyLib 开发文档', link: '/developing/manylib' },
32
{ text: '锈铁核心开发文档', link: '/developing/rustcore' },
33
- { text: 'FishModLoader 3 教程', link: '/developing/fml3tutor' }
+ {
34
+ text: 'FishModLoader 3 教程',
35
+ link: '/developing/fml3tutor',
36
+ items: [
37
+ { text: '环境配置', link: '/developing/fml3tutor/01-configure-env' }
38
+ ]
39
+ }
40
]
41
},
42
{
0 commit comments