-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
110 lines (102 loc) · 2.45 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: Simple TOML Configurator Docs
site_description: ""
repo_url: https://github.com/GilbN/Simple-TOML-Configurator
repo_name: GilbN/Simple-TOML-Configurator
edit_uri: https://github.com/GilbN/Simple-TOML-Configurator/edit/main/docs/
theme:
name: material
custom_dir: overrides
features:
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.indexes
- navigation.expand
- navigation.footer
icon:
logo: material/book-open-page-variant
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: fontawesome/brands/github
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
plugins:
- mkdocstrings:
- search
- autorefs
- awesome-pages
- section-index
- macros
- include-markdown
- git-revision-date-localized:
fallback_to_build_date: true
- minify:
minify_html: true
- mike:
watch:
- src/
- CHANGELOG.md
- examples/
extra_css:
- css/code_select.css
nav:
- Home: index.md
- Docs:
- Configurator: configurator.md
- Exceptions: exceptions.md
- Examples:
- Flask Simple: flask-simple-example.md
- Flask Custom: flask-custom-example.md
- How-To Guides:
- Installation: installation.md
- Usage: usage-examples.md
- Changelog: changelog.md
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
anchor_linenums: true
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.keys
- toc:
permalink: true
extra:
version:
provider: mike
homepage: https://github.com/GilbN/Simple-TOML-Configurator
social:
- icon: fontawesome/solid/heart
link: "https://github.com/sponsors/GilbN"
name: Donate
- icon: fontawesome/brands/discord
link: "https://docs.theme-park.dev/discord"
name: Discord
- icon: fontawesome/brands/github
link: "https://github.com/gilbn"
name: GitHub