-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
228 lines (227 loc) · 6.04 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
site_name: Epic Fight Wiki
repo_url: https://github.com/Yesssssman/epicfightmod
copyright: GNU GENERAL PUBLIC LICENSE
plugins:
- social:
- search:
lang:
- en
- pl
- mkdocs-simple-hooks:
hooks:
on_page_markdown: 'docs.hooks:page_markdown'
- i18n:
reconfigure_search: true
docs_structure: suffix
fallback_to_default: true
languages:
- build: true
default: true
locale: en
name: English
- build: true
default: false
locale: pt
name: Português
nav_translations:
Armor: Armadura
Guides: Guias
Misc: Diversos
API: API
Gameplay: Jogabilidade
- build: true
default: false
locale: es
name: Español
nav_translations:
Armor: Armadura
Guides: Guías
Misc: Miscelánea
API: API
Gameplay: Jugabilidad
- build: true
default: false
locale: ru
name: Русский
nav_translations:
Armor: Броня
Guides: Руководства
Misc: Разное
API: API
Gameplay: Геймплей
- build: true
default: false
locale: pl
name: Polski
nav_translations:
Armor: Zbroja
Guides: Poradnik
Misc: Różne
API: API
Gameplay: Rozgrywka
- build: true
default: false
locale: ja
name: 日本語
nav_translations:
Armor: アーマー
Guides: ガイド
Misc: その他
API: API
Gameplay: ゲームプレイ
- build: true
default: false
locale: uk
name: українська
nav_translations:
Armor: броня
Guides: напрямні
Misc: Різне
API: API
Gameplay: Геймплей
- build: true
default: false
locale: zh
name: 中文
nav_translations:
Armor: 盔甲
Guides: 指南
Misc: 杂项
API: API
Gameplay: 游戏玩法
- build: true
default: false
locale: ko
name: 한국어
nav_translations:
Armor: 방어구
Guides: 가이드
Misc: 기타
API: API
Gameplay: 게임플레이
- build: true
default: false
locale: hr
name: Hrvatski
nav_translations:
Armor: Oklop
Guides: Vodiči
Misc: Razno
API: API
Gameplay: Igranje
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
repository: MetalKnight56/EpicFight-Docs
branch: main
- tags:
theme:
name: material
custom_dir: overrides
font: false
favicon: assets/icon.png
logo: assets/logo.png
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: clear_day
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: red
toggle:
icon: clear_night
name: Switch to dark mode
features:
- navigation.top
- navigation.footer
- navigation.tabs
- navigation.sections
- navigation.tracking
- navigation.indexes
- search.sticky
- content.code.annotate
- content.code.copy
- search.highlight
- search.share
- search.suggest
- content.tooltips
- content.code.copy
- content.code.select
extra:
generator: false
social:
- icon: github
link: https://github.com/Yesssssman/epicfightmod
name: GitHub
- icon: curseforge
link: https://www.curseforge.com/minecraft/mc-mods/epic-fight-mod
name: CurseForge
- icon: modrinth
link: https://modrinth.com/mod/epic-fight
name: Modrinth
- icon: discord
link: https://discord.com/invite/NbAJwj8RHg
name: Discord
- icon: youtube
link: https://www.youtube.com/@yesman4100
name: YouTube
- icon: patreon
link: https://www.patreon.com/join/yessman
name: Patreon
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie Consent
description: >-
We at the Epic Fight Team collect cookies in order 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. By giving your consent, you're helping us improve our documentation and giving us an important feedback on each page here :)
markdown_extensions:
- toc:
title: On this page
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.details
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- abbr
- sane_lists
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra_css/roundimages.css
- stylesheets/extra_css/extra.css
extra_javascript:
- javascripts/extra.js
hooks:
- overrides/hooks/shortcodes.py