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