mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 16:28:40 +07:00
Custom icons for mkdocs
This commit is contained in:
BIN
docs/assets/Icon.png
Normal file
BIN
docs/assets/Icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
docs/assets/favicon.png
Normal file
BIN
docs/assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
@ -1,6 +1,8 @@
|
|||||||
site_name: Unciv
|
site_name: Unciv
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
logo: assets/Icon.png
|
||||||
|
favicon: assets/favicon.png
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
- scheme: default
|
- scheme: default
|
||||||
@ -18,7 +20,7 @@ theme:
|
|||||||
|
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
|
|
||||||
repo_name: yairm210/unciv
|
repo_name: yairm210/unciv
|
||||||
repo_url: https://github.com/yairm210/unciv
|
repo_url: https://github.com/yairm210/unciv
|
||||||
|
|
||||||
@ -37,5 +39,5 @@ markdown_extensions:
|
|||||||
- pymdownx.details # For collapsable admonitions - see https://squidfunk.github.io/mkdocs-material/reference/admonitions/?h=%3F%3F%3F#collapsible-blocks
|
- pymdownx.details # For collapsable admonitions - see https://squidfunk.github.io/mkdocs-material/reference/admonitions/?h=%3F%3F%3F#collapsible-blocks
|
||||||
|
|
||||||
# For Abbreviations
|
# For Abbreviations
|
||||||
- abbr
|
- abbr
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
|
Reference in New Issue
Block a user