From e9311b1d2dc525b7b2717ca768012f4ea25e1041 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Jul 2023 17:17:13 +0800 Subject: feat: 完善nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/RulePackage/Structure/attribute.md | 0 docs/docs/RulePackage/Structure/class.md | 0 docs/docs/RulePackage/Structure/method.md | 0 docs/docs/RulePackage/Write/prepare.md | 0 docs/docs/RulePackage/Write/python.md | 0 docs/docs/RulePackage/Write/write.md | 0 docs/docs/Standard/Structure/attribute.md | 0 docs/docs/Standard/Structure/class.md | 0 docs/docs/Standard/Structure/method.md | 0 docs/docs/Standard/Term/appriasal.md | 0 docs/docs/Standard/Write/prepare.md | 0 docs/docs/Standard/Write/python.md | 0 docs/docs/Standard/Write/write.md | 0 docs/mkdocs.yml | 20 ++++++++++++-------- 14 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 docs/docs/RulePackage/Structure/attribute.md create mode 100644 docs/docs/RulePackage/Structure/class.md create mode 100644 docs/docs/RulePackage/Structure/method.md create mode 100644 docs/docs/RulePackage/Write/prepare.md create mode 100644 docs/docs/RulePackage/Write/python.md create mode 100644 docs/docs/RulePackage/Write/write.md delete mode 100644 docs/docs/Standard/Structure/attribute.md delete mode 100644 docs/docs/Standard/Structure/class.md delete mode 100644 docs/docs/Standard/Structure/method.md create mode 100644 docs/docs/Standard/Term/appriasal.md delete mode 100644 docs/docs/Standard/Write/prepare.md delete mode 100644 docs/docs/Standard/Write/python.md delete mode 100644 docs/docs/Standard/Write/write.md (limited to 'docs') diff --git a/docs/docs/RulePackage/Structure/attribute.md b/docs/docs/RulePackage/Structure/attribute.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/RulePackage/Structure/class.md b/docs/docs/RulePackage/Structure/class.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/RulePackage/Structure/method.md b/docs/docs/RulePackage/Structure/method.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/RulePackage/Write/prepare.md b/docs/docs/RulePackage/Write/prepare.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/RulePackage/Write/python.md b/docs/docs/RulePackage/Write/python.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/RulePackage/Write/write.md b/docs/docs/RulePackage/Write/write.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/Standard/Structure/attribute.md b/docs/docs/Standard/Structure/attribute.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/docs/Standard/Structure/class.md b/docs/docs/Standard/Structure/class.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/docs/Standard/Structure/method.md b/docs/docs/Standard/Structure/method.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/docs/Standard/Term/appriasal.md b/docs/docs/Standard/Term/appriasal.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/docs/Standard/Write/prepare.md b/docs/docs/Standard/Write/prepare.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/docs/Standard/Write/python.md b/docs/docs/Standard/Write/python.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/docs/Standard/Write/write.md b/docs/docs/Standard/Write/write.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index aa5324de..62d127e0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -153,17 +153,21 @@ nav: - 主页: "index.md" - 水系核心: - "核心概览": Core/index.md + - 规则包入门: + - 整体结构: + - "类": RulePackage/Structure/class.md + - "方法": RulePackage/Structure/method.md + - "属性": RulePackage/Structure/attribute.md + - 实战内容: + - "了解Python": RulePackage/Write/python.md + - "准备规则书": RulePackage/Write/prepare.md + - "编写规则包": RulePackage/Write/write.md - 通用规则包标准: - 什么是规则包?: Standard/what-is-rule-package.md - 为什么要做规则包?: Standard/why-rule-package.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 + - 术语表: + - 鉴定: Standard/Term/appriasal.md + - ...: # - API Reference: - "API Reference": API/index.md \ No newline at end of file -- cgit v1.2.3-70-g09d2