aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r--docs/mkdocs.yml21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 93c758d6..22891ec1 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -147,4 +147,23 @@ plugins:
custom_format: "%d. %B %Y"
# - git-committers:
# repository: HydroRoll-Team/psi
- # branch: main \ No newline at end of file
+ # branch: main
+
+nav:
+ - 主页: "index.md"
+ - 水系核心:
+ - "核心概览": Core/index.md
+ - 通用规则包标准:
+ - 什么是规则包?: Standard/what-is-rule-pack.md
+ - 为什么要做规则包?: Standard/why-rule-pack.md
+ - 什么是通用规则包标准?: Standard/what-is-standard.md
+ - 整体结构:
+ - "类": Standard/Structure/class.md
+ - "方法": Standard/Structure/method.md
+ - "属性": Standard/Structure/attribute.md
+ - 实战编写:
+ - "了解Python": Standard/Write/python.md
+ - "准备规则书": Standard/Write/prepare.md
+ - "编写规则包": Standard/Write/write.md
+ - API Reference:
+ - "API Reference": API/index.md \ No newline at end of file