Custom icons for mkdocs

This commit is contained in:
Yair Morgenstern
2023-04-25 18:10:15 +03:00
parent ac63a6453b
commit c2ae308622
3 changed files with 5 additions and 3 deletions

BIN
docs/assets/Icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,6 +1,8 @@
site_name: Unciv
theme:
name: material
logo: assets/Icon.png
favicon: assets/favicon.png
palette:
- scheme: default
@ -18,7 +20,7 @@ theme:
icon:
repo: fontawesome/brands/github
repo_name: 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
# For Abbreviations
- abbr
- pymdownx.snippets
- abbr
- pymdownx.snippets