-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
26 lines (26 loc) · 1014 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: Group Mountain Library 文档站
repo_url: https://github.com/GroupMountain/GMLIB
nav:
- GMLIB: "index.md"
- 插件开发: "develop.md"
- C++插件开发指南:
- EventAPI: "cpp/EventAPI.md"
- FileAPI: "cpp/FileAPI.md"
- ServerAPI: "cpp/ServerAPI.md"
- ModAPI: "cpp/ModAPI.md"
- 脚本插件开发指南:
- 导入API模块: "lse/Import.md"
- API模块简介:
- 基础游戏API: "lse/api/Minecraft.md"
- 配置文件API: "lse/api/Config.md"
- PlaceholderAPI: "lse/api/PlaceholderAPI.md"
- 计分板API: "lse/api/Scoreboard.md"
- 合成表API: "lse/api/Recipes.md"
- 实验性功能API: "lse/api/Experiments.md"
- 事件API: "lse/api/Event.md"
- 悬浮字API: "lse/api/FloatingText.md"
- 版本信息API: "lse/api/Version.md"
- I18nAPI: "lse/api/I18nAPI.md"
- 玩家数据库API: "lse/api/UserCache.md"
- BEPlaceholderAPI: "PAPI.md"
theme: material