forked from yairm210/Unciv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (35 loc) · 891 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
site_name: Unciv
theme:
name: material
palette:
- scheme: default
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
- scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
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
- pymdownx.details
- pymdownx.superfences
- 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