From 2de337b8c7aa194b0e16779cd5ddfdd7bdabd8db Mon Sep 17 00:00:00 2001 From: postyizhan <185839426@qq.com> Date: Sat, 27 Apr 2024 02:16:18 +0800 Subject: [PATCH] =?UTF-8?q?TODO=20YAML=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/扩展阅读/YAML语法/_category_.json | 6 ++++++ docs/扩展阅读/YAML语法/基础.md | 5 +++++ docs/扩展阅读/YAML语法/扩展.md | 5 +++++ docs/扩展阅读/YAML语法/概览.md | 5 +++++ docs/扩展阅读/kether/_category_.json | 2 +- 5 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 docs/扩展阅读/YAML语法/_category_.json create mode 100644 docs/扩展阅读/YAML语法/基础.md create mode 100644 docs/扩展阅读/YAML语法/扩展.md create mode 100644 docs/扩展阅读/YAML语法/概览.md diff --git a/docs/扩展阅读/YAML语法/_category_.json b/docs/扩展阅读/YAML语法/_category_.json new file mode 100644 index 000000000..59b197606 --- /dev/null +++ b/docs/扩展阅读/YAML语法/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 3, + "link": { + "type": "generated-index" + } +} diff --git a/docs/扩展阅读/YAML语法/基础.md b/docs/扩展阅读/YAML语法/基础.md new file mode 100644 index 000000000..65d5efb11 --- /dev/null +++ b/docs/扩展阅读/YAML语法/基础.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 2 +--- + +TODO \ No newline at end of file diff --git a/docs/扩展阅读/YAML语法/扩展.md b/docs/扩展阅读/YAML语法/扩展.md new file mode 100644 index 000000000..fce25cef4 --- /dev/null +++ b/docs/扩展阅读/YAML语法/扩展.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 3 +--- + +TODO \ No newline at end of file diff --git a/docs/扩展阅读/YAML语法/概览.md b/docs/扩展阅读/YAML语法/概览.md new file mode 100644 index 000000000..479c3c24c --- /dev/null +++ b/docs/扩展阅读/YAML语法/概览.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- + +TODO \ No newline at end of file diff --git a/docs/扩展阅读/kether/_category_.json b/docs/扩展阅读/kether/_category_.json index daf6f0b4e..c12318dec 100644 --- a/docs/扩展阅读/kether/_category_.json +++ b/docs/扩展阅读/kether/_category_.json @@ -1,5 +1,5 @@ { - "position": 2, + "position": 4, "link": { "type": "generated-index" }