From 3cd2e384efc82ec18055a133e11da4ca17c41134 Mon Sep 17 00:00:00 2001 From: GreasyCat <131315c@gmail.com> Date: Fri, 3 Nov 2023 13:48:31 -0700 Subject: [PATCH] fix "organizing your pages" pages not showing --- github_page/index.md | 2 +- github_page/markdown.md | 2 +- github_page/organize-your-page/add-a-collection.md | 2 +- github_page/organize-your-page/add-a-single-page.md | 2 +- github_page/organize-your-page/add-page-with-child.md | 2 +- github_page/organize-your-page/structure.md | 2 +- github_page/rules.md | 3 +++ 7 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 github_page/rules.md diff --git a/github_page/index.md b/github_page/index.md index c6f8df3..590db99 100644 --- a/github_page/index.md +++ b/github_page/index.md @@ -1,6 +1,6 @@ --- layout: default -title: Write Your Own Documentation! +title: "Write Your Own Documentation!" nav_order: 1 has_children: true --- diff --git a/github_page/markdown.md b/github_page/markdown.md index 975805e..fb1acfb 100644 --- a/github_page/markdown.md +++ b/github_page/markdown.md @@ -2,7 +2,7 @@ layout: default title: "2. Markdown: The core of documenting" nav_order: 2 -parent: Write Your Own Documentation! +parent: "Write Your Own Documentation!" --- # All the documentation are markdown-based diff --git a/github_page/organize-your-page/add-a-collection.md b/github_page/organize-your-page/add-a-collection.md index 1d1c27a..aea9750 100644 --- a/github_page/organize-your-page/add-a-collection.md +++ b/github_page/organize-your-page/add-a-collection.md @@ -2,7 +2,7 @@ layout: default title: "Add a Collection" nav_order: 4 -parent: "2. Organize your Pages" +parent: "3. Organize your Pages" grand_parent: Write Your Own Documentation! --- diff --git a/github_page/organize-your-page/add-a-single-page.md b/github_page/organize-your-page/add-a-single-page.md index aee46ba..0d51802 100644 --- a/github_page/organize-your-page/add-a-single-page.md +++ b/github_page/organize-your-page/add-a-single-page.md @@ -2,7 +2,7 @@ layout: default title: "Add a Single Page" nav_order: 2 -parent: "2. Organize your Pages" +parent: "3. Organize your Pages" grand_parent: Write Your Own Documentation! --- diff --git a/github_page/organize-your-page/add-page-with-child.md b/github_page/organize-your-page/add-page-with-child.md index 14074e9..3ef87b5 100644 --- a/github_page/organize-your-page/add-page-with-child.md +++ b/github_page/organize-your-page/add-page-with-child.md @@ -2,7 +2,7 @@ layout: default title: "Add a Page with Child Pages" nav_order: 3 -parent: "2. Organize your Pages" +parent: "3. Organize your Pages" grand_parent: Write Your Own Documentation! --- diff --git a/github_page/organize-your-page/structure.md b/github_page/organize-your-page/structure.md index b7898f8..4d74280 100644 --- a/github_page/organize-your-page/structure.md +++ b/github_page/organize-your-page/structure.md @@ -2,7 +2,7 @@ layout: default title: "Folder structure" nav_order: 1 -parent: "2. Organize your Pages" +parent: "3. Organize your Pages" grand_parent: Write Your Own Documentation! --- diff --git a/github_page/rules.md b/github_page/rules.md new file mode 100644 index 0000000..6018ca3 --- /dev/null +++ b/github_page/rules.md @@ -0,0 +1,3 @@ +# Rules when adding new documentations + +- [ ] Is your \ No newline at end of file