-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
109 lines (93 loc) · 2.62 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
site_name: Placeholder API
site_url: !ENV SITE_URL
repo_url: https://github.com/Patbox/TextPlaceholderAPI
repo_name: Patbox/TextPlaceholderAPI
nav:
- index.md
- For Users:
- user/general.md
- user/default-placeholders.md
- user/mod-placeholders.md
- user/quicktext.md
- user/text-format.md
- For Developers:
- dev/getting-started.md
- dev/adding-placeholders.md
- dev/parsing-placeholders.md
- dev/text-nodes.md
- dev/text-format.md
theme:
name: material
logo: assets/logo.png
favicon: images/favicon.png
palette:
- scheme: slate
primary: teal
accent: teal
features:
- navigation.expand
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: teal
accent: teal
features:
- navigation.expand
toggle:
icon: material/weather-night
name: Switch to dark mode
font:
text: Fira Sans
code: Fira Code
icon:
repo: fontawesome/brands/git-alt
features:
- content.tabs.link
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.follow
- toc.integrate
- navigation.top
extra_css:
- assets/style.css
plugins:
- search:
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- social:
enabled: !ENV [ SOCIAL_CARDS, false ]
markdown_extensions:
- toc:
permalink: true
- admonition:
- abbr:
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.details:
- pymdownx.keys:
- pymdownx.inlinehilite:
- pymdownx.snippets:
- pymdownx.smartsymbols:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
use_pygments: true
auto_title: false
linenums: true
linenums_style: table #table, pymdownx-inline
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
version:
provider: mike
default: latest