mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 02:09:21 +07:00
mkdocs awesome-pages plugin
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# 3 - Unit-related JSON files
|
# 4 - Unit-related JSON files
|
||||||
|
|
||||||
## Units.json
|
## Units.json
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Miscellaneous JSON files
|
# 5 - Miscellaneous JSON files
|
||||||
|
|
||||||
## Difficulties.json
|
## Difficulties.json
|
||||||
|
|
||||||
|
11
mkdocs.yml
11
mkdocs.yml
@ -24,13 +24,6 @@ theme:
|
|||||||
repo_name: yairm210/unciv
|
repo_name: yairm210/unciv
|
||||||
repo_url: https://github.com/yairm210/unciv
|
repo_url: https://github.com/yairm210/unciv
|
||||||
|
|
||||||
#markdown_extensions:
|
|
||||||
# - abbr
|
|
||||||
# - pymdownx.snippets
|
|
||||||
# - attr_list
|
|
||||||
# - md_in_html
|
|
||||||
# - pymdownx.superfences
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
# For adminitions
|
# For adminitions
|
||||||
- admonition
|
- admonition
|
||||||
@ -41,3 +34,7 @@ markdown_extensions:
|
|||||||
# For Abbreviations
|
# For Abbreviations
|
||||||
- abbr
|
- abbr
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- search
|
||||||
|
- awesome-pages # For reordering pages so modders have a clear progression for understanding
|
||||||
|
Reference in New Issue
Block a user