aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-28 13:56:52 +0800
committer简律纯 <i@jyunko.cn>2023-07-28 13:56:52 +0800
commit8ae446431de24d1d8f0615f4335f8cd5c6b7751a (patch)
tree47c989c5435120580410a8391cb6c9822d1390ba /docs/mkdocs.yml
parent913b5eaad25b9ba1cf0ad8d9b25633ec454c74e5 (diff)
downloadinfini-8ae446431de24d1d8f0615f4335f8cd5c6b7751a.tar.gz
infini-8ae446431de24d1d8f0615f4335f8cd5c6b7751a.zip
feature: 添加起始页
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