From 76ad2d8e7a2b55997defc171c8b511442a5e1179 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 2 Jul 2023 16:35:36 +0300 Subject: [PATCH] mkdocs awesome-pages plugin --- .../Mod file structure/4-Unit-related-JSON-files.md | 2 +- .../Mod file structure/5-Miscellaneous-JSON-files.md | 2 +- mkdocs.yml | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/Modders/Mod file structure/4-Unit-related-JSON-files.md b/docs/Modders/Mod file structure/4-Unit-related-JSON-files.md index 23312d23f5..6d60c11354 100644 --- a/docs/Modders/Mod file structure/4-Unit-related-JSON-files.md +++ b/docs/Modders/Mod file structure/4-Unit-related-JSON-files.md @@ -1,4 +1,4 @@ -# 3 - Unit-related JSON files +# 4 - Unit-related JSON files ## Units.json diff --git a/docs/Modders/Mod file structure/5-Miscellaneous-JSON-files.md b/docs/Modders/Mod file structure/5-Miscellaneous-JSON-files.md index 5609f75e39..12cff7b9fe 100644 --- a/docs/Modders/Mod file structure/5-Miscellaneous-JSON-files.md +++ b/docs/Modders/Mod file structure/5-Miscellaneous-JSON-files.md @@ -1,4 +1,4 @@ -# Miscellaneous JSON files +# 5 - Miscellaneous JSON files ## Difficulties.json diff --git a/mkdocs.yml b/mkdocs.yml index 1e92d80bcc..e415c71842 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,13 +24,6 @@ theme: repo_name: yairm210/unciv repo_url: https://github.com/yairm210/unciv -#markdown_extensions: -# - abbr -# - pymdownx.snippets -# - attr_list -# - md_in_html -# - pymdownx.superfences - markdown_extensions: # For adminitions - admonition @@ -41,3 +34,7 @@ markdown_extensions: # For Abbreviations - abbr - pymdownx.snippets + +plugins: + - search + - awesome-pages # For reordering pages so modders have a clear progression for understanding