From 971f9032ba8f8d37d0070c54d8eb3fee6a4b1011 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Sat, 3 Oct 2020 15:25:49 +0100 Subject: [PATCH] (doc) Dynamically generate sections Rather than hard-coding them. Then, as the number of sections increase, no additional changes will be required here. --- docs/input/appendix/index.cshtml | 12 ++++++++++++ docs/input/appendix/index.md | 10 ---------- 2 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 docs/input/appendix/index.cshtml delete mode 100644 docs/input/appendix/index.md diff --git a/docs/input/appendix/index.cshtml b/docs/input/appendix/index.cshtml new file mode 100644 index 0000000..61dcd86 --- /dev/null +++ b/docs/input/appendix/index.cshtml @@ -0,0 +1,12 @@ +Title: Appendix +Order: 10 +--- + +

Sections

+ + \ No newline at end of file diff --git a/docs/input/appendix/index.md b/docs/input/appendix/index.md deleted file mode 100644 index 383ac6d..0000000 --- a/docs/input/appendix/index.md +++ /dev/null @@ -1,10 +0,0 @@ -Title: Appendix -Order: 10 ---- - -# Sections - -* [Styles](xref:styles) -* [Colors](xref:colors) -* [Borders](xref:borders) -* [Emojis](xref:emojis) \ No newline at end of file