-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
151 lines (141 loc) · 4.06 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
site_name: M3ragon`s Streamerseite
site_url: https://streamerdoc.merahost.vip/
nav:
- Home: index.md
- Streamer:
- streamer/index.md
- Knueppelpaste:
- streamer/knueppelpaste/index.md
- Setup: streamer/knueppelpaste/setup.md
- Builds: streamer/knueppelpaste/builds.md
- Keys: streamer/knueppelpaste/keys.md
- Raggelton:
- streamer/raggelton/index.md
- Setup: streamer/raggelton/setup.md
- Builds: streamer/raggelton/builds.md
- Keys: streamer/raggelton/keys.md
- acid_fired:
- streamer/acid_fired/index.md
- Setup: streamer/acid_fired/setup.md
- Builds: streamer/acid_fired/builds.md
- Keys: streamer/acid_fired/keys.md
- Sektenspinner:
- streamer/sektenspinner/index.md
- Setup: streamer/sektenspinner/setup.md
- Builds: streamer/sektenspinner/builds.md
- Keys: streamer/sektenspinner/keys.md
- KappaQuest: streamer/sektenspinner/kappa.md
- Kommands: streamer/sektenspinner/cmds.md
- M3ragon:
- streamer/m3ragon/index.md
- Setup: streamer/m3ragon/setup.md
- Builds: streamer/m3ragon/builds.md
- Keys: streamer/m3ragon/keys.md
- Über: about.md
- Hilfe: help.md
theme:
name: material
font:
text: DM Serif Text
features:
- content.code.annotate
- content.tabs.link
- navigation.tabs
- navigation.top
- navigation.path
- navigation.indexes
logo: assets/img/logo.svg
favicon: assets/img/logo.svg
icon:
repo: fontawesome/brands/git-alt
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- minify:
minify_html: true
minify_js: false
minify_css: false
htmlmin_opts:
remove_comments: true
markdown_extensions:
- tables
- meta
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- abbr
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- footnotes
copyright: Copyright © 2021 - 2025 M3ragon
repo_name: M3ragon/StreamerDoc
repo_url: https://github.com/M3ragon/streamer-mkdocs
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- assets/javascripts/tablesort.js
- assets/javascripts/consent.js
- assets/javascripts/lazyload.js
extra_css:
- assets/stylesheets/extra.css
extra:
homepage: https://streamerdoc.merahost.vip/
consent:
title: Cookie consent
description:
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
cookies:
analytics:
name: Google Analytics
checked: false
custom:
name: Custom
checked: false