forked from mastercomfig/mastercomfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.base.yml
231 lines (231 loc) · 7.21 KB
/
mkdocs.base.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
229
230
231
site_name: comfig docs
site_author: mastercoms
site_url: "https://docs.comfig.app/"
site_description: A modern customization framework.
copyright: >-
Copyright © 2016-2023 mastercoms<br><br>Valve, the Valve logo, Steam, the
Steam logo, Team Fortress, the Team Fortress logo, Source, the Source logo are
trademarks and/or registered trademarks of Valve Corporation in the U.S.
and/or other countries.<br><br>mastercomfig is not sponsored, endorsed,
licensed by, or affiliated with Valve Corporation.
strict: true
nav:
- About:
- Home: index.md
- FAQ: faq.md
- Support Me: support_me.md
- Help: help.md
- Features: features.md
- Screenshots: screenshots.md
- Benchmarks: benchmarks.md
- Contributing: contributing.md
- Security: security.md
- Credits: credits.md
- Setup:
- Clean Up: setup/clean_up.md
- Install: setup/install.md
- Customization:
- Launch Options: customization/launch_options.md
- Custom Configs: customization/custom_configs.md
- Modules: customization/modules.md
- List of Custom Configs: customization/custom_config_list.md
- See Also: customization/see_also.md
- OS Optimizations:
- OS Optimizations: os/index.md
- Windows: os/windows.md
- Linux: os/linux.md
- Next Steps:
- Quick Fixes: next_steps/quick_fixes.md
- Update: next_steps/update.md
- TF2 Documentation:
- TF2 Documentation: tf2/README.md
- Misconceptions: tf2/misconceptions.md
- Console Variables - Windows: tf2/cvarlist_win.md
- Console Variables - Linux: tf2/cvarlist_linux.md
- Hidden Console Variables: tf2/hiddencvars.md
- Launch Options - Windows: tf2/launchopts_win.md
- Launch Options - Linux: tf2/launchopts_linux.md
- String Commands: tf2/strcmds.md
- Silly Launch Options: tf2/silly_launch_options.md
- HUD Documentation:
- HUD Documentation: tf2/huds/index.md
- HUD Animations: tf2/huds/hud_animations.md
- HUD Crosshairs: tf2/huds/hud_crosshairs.md
- Installing Font Crosshairs: tf2/huds/font_crosshairs.md
- Custom Intro Video: tf2/huds/custom_intro_vid.md
- Particle Panels: tf2/huds/particle_effects.md
- Other Games:
- Other Games: other/README.md
- Epic Games Store: other/egs.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- pymdownx.details
- smarty
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.betterem:
smart_enable: all
- pymdownx.emoji
- pymdownx.inlinehilite:
style_plain_text: true
- pymdownx.magiclink
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
theme:
language: en
features:
#- navigation.instant # language switcher contextual link is not compatible
- navigation.sections
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.tracking
- navigation.prune
- toc.integrate
- toc.follow
- header.autohide
- content.tabs.link
- content.tooltips
- search.suggest
- search.highlight
- search.share
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to dark mode
logo: img/logo.png
favicon: img/logo.ico
icon:
repo: fontawesome/brands/github
repo_name: GitHub
repo_url: "https://github.com/mastercomfig/mastercomfig/"
edit_uri: "edit/release/docs/"
plugins:
- redirects:
{
redirect_maps:
{ "next_steps/troubleshoot.md": "next_steps/quick_fixes.md" },
}
- i18n:
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:
Clean Up: Limpeza Completa
Install: Instalar
- build: true
default: false
locale: ru
name: Pусский
nav_translations:
Benchmarks: Тест
Clean Up: Очистка
Credits: Благодарность
Custom Configs: Кастомизация
FAQ: Часто задаваемые вопросы
Features: Функции
Help: Помощь
Install: установить
Launch Options: Параметры запуска
List of Custom Configs: Список пользовательских конфигов
Misconceptions: Заблуждения
Modules: Модули
OS Optimizations: Оптимизация операционной системы
Quick Fixes: Быстрые исправления
Security: Политика безопасности
See Also: Посмотрите также
Silly Launch Options: Незначительные Параметры Запуска
Support Me: Поддержка
TF2 Documentation: Документация по тф2
Update: Обновление
- build: true
default: false
locale: es
name: Español
- build: true
default: false
locale: fr
name: Français
- build: true
default: false
locale: tr
name: Türkçe
nav_translations:
Clean Up: Temizleme
Install: Nasıl Kurulur
reconfigure_material: true
reconfigure_search: false
- search:
{ separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;' }
- macros: {}
- mike: { canonical_version: latest }
- git-revision-date-localized:
{
type: timeago,
enable_creation_date: true,
fallback_to_build_date: true,
}
- minify: { minify_html: true }
extra_javascript:
- js/widescreen.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- js/tables.js
extra_css:
- css/extra.css
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/discord
name: Discord
link: "https://discord.gg/mastercomfig-389089828249010188"
- icon: fontawesome/brands/steam
name: Steam Group
link: "https://steamcommunity.com/groups/comfig"