forked from mastercomfig/mastercomfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
146 lines (146 loc) · 4.1 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
site_name: mastercomfig docs
site_author: mastercoms
site_url: 'https://docs.mastercomfig.com/page/'
site_description: A modern customization framework.
copyright: >-
Copyright © 2016-2021 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
- Silly Launch Options: tf2/silly_launch_options.md
markdown_extensions:
- abbr
- admonition
- pymdownx.details
- smarty
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- meta
- 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
- pymdownx.tabbed
- footnotes
- attr_list
theme:
language: en
features:
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.indexes
- navigation.tracking
- header.autohide
- toc.integrate
- content.tabs.link
- search.suggest
- search.share
name: material
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: https://mastercomfig.com/img/mastercomfig_logo.svg
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:
- i18n:
default_language: en
languages:
en: English
pt: Português
ru: Pусский
es: Español
fr: Français
- redirects:
redirect_maps:
'next_steps/troubleshoot.md': 'next_steps/quick_fixes.md'
- search
- macros
- minify:
minify_html: true
- git-revision-date-localized:
type: date
fallback_to_build_date: true
extra_javascript:
- js/widescreen.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/discord
name: Discord
link: 'https://discord.gg/CuPb2zV'
- icon: fontawesome/brands/steam
name: Steam Group
link: 'https://steamcommunity.com/groups/comfig'