forked from Polytoria/Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (66 loc) · 1.6 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
site_name: Polytoria Scripting Documentation
copyright: Copyright © 2019 - 2024 Polytoria - <a href="/contributors" class="contributors-link-footer">brought to you by <3</a>
theme:
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.instant
- navigation.path
- content.code.annotate
- content.code.copy
- header.autohide
- navigation.top
- toc.follow
name: material
custom_dir: docs/theme
logo: assets/logo.svg
font:
text: Rubik
palette:
- scheme: slate
primary: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: default
primary: blue
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
generator: true
plugins:
- search
- macros
- mkdocs-nav-weight:
section_renamed: true
index_weight: -10
warning: true
reverse: false
- minify_html:
ensure_spec_compliant_unquoted_attribute_values: false
keep_closing_tags: true
keep_html_and_head_opening_tags: true
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- tables
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/theme/.icons
extra_css:
- assets/extra.css
validation:
absolute_links: ignore