forked from Atlas-OS/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
285 lines (248 loc) · 9.49 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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
site_name: Atlas Documentation
site_url: https://docs.atlasos.net
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/
repo_url: https://github.com/Atlas-OS/docs
repo_name: Atlas-OS/docs
edit_uri: edit/master/docs/
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#change-cookie-settings
copyright: >
Copyright © 2023 AtlasOS
<br>AtlasOS is not affiliated with Microsoft.
# <a href="#__consent">Change cookie settings</a>
#
# Theme Settings
#
theme:
# https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure
name: material
custom_dir: overrides
features:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#setting-up-navigation
- navigation.instant
- navigation.path
- navigation.prune
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.sections
- navigation.tracking
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-pruning
- navigation.prune
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#table-of-contents
- toc.follow
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions
- search.suggest
- search.highlight
- search.share
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions
- content.action.edit
- content.action.view
# https://squidfunk.github.io/mkdocs-material/reference/tooltips/#improved-tooltips (Insiders)
- content.tooltips
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#configuration
- content.code.copy
- content.code.select
- content.code.annotate
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/
font:
text: Archivo
code: Chivo Mono
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/
language: en
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/
logo: assets/brand/icon.svg
favicon: assets/brand/icon.png
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#code-actions
icon:
edit: material/file-edit
view: material/file-eye
#
# Extra Settings
#
extra:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#generator-notice
generator: false
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
#version:
# provider: mike
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/
#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 are searching for. With your consent, you are helping us to
# make our documentation better.
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#configuration
analytics:
provider: custom
# feedback:
# title: Was page this helpful?
# ratings:
# - icon: material/emoticon-happy
# name: This page was helpful
# data: 1
# note: >-
# Thank you for your feedback!
# - icon: material/emoticon-confused
# name: This page could be improved
# data: 0
# note: >-
# Thank you for your feedback! Help us improve by
# <a href="https://github.com/Atlas-OS/docs/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">submitting your feedback</a>.
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#social-links
social:
- icon: fontawesome/brands/discord
link: https://discord.com/servers/atlas-795710270000332800
name: discord.gg/atlasos
- icon: fontawesome/brands/github
link: https://github.com/Atlas-OS
name: Atlas-OS on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/AtlasOS
name: AtlasOS on Twitter
#
# Navigation
# https://www.mkdocs.org/user-guide/configuration/#nav
#
nav:
- Home:
- Home: index.md
- Getting Started:
- Index: getting-started/index.md
- Installation: getting-started/installation.md
- Other installation methods:
- Index: getting-started/other-installation-methods/index.md
- No USB: getting-started/other-installation-methods/no-usb.md
- Post-Installation:
- Index: getting-started/post-installation/index.md
- Drivers:
- Index: getting-started/post-installation/drivers/index.md
- GPU:
- Intel: getting-started/post-installation/drivers/gpu/intel.md
- AMD: getting-started/post-installation/drivers/gpu/amd.md
- NVIDIA: getting-started/post-installation/drivers/gpu/nvidia.md
- Configuration:
- Index: getting-started/post-installation/configuration/index.md
- Advanced Configuration: getting-started/post-installation/configuration/advanced-configuration.md
- Optional Tweaks: getting-started/post-installation/configuration/optional-tweaks.md
- Windows Settings: getting-started/post-installation/configuration/windows-settings.md
- Software:
- Index: getting-started/post-installation/software/index.md
- Activate Windows: getting-started/post-installation/activate-windows.md
- Troubleshooting:
- Index: troubleshooting/index.md
- Removed features: troubleshooting/removed-features.md
- Scripts: troubleshooting/scripts.md
- Common Issues:
- Index: troubleshooting/common-issues/index.md
- Adobe:
- Acrobat fails toinstall: troubleshooting/common-issues/adobe/acrobat-fails-to-install.md
- Creative Cloud error 191: troubleshooting/common-issues/adobe/creative-cloud-error-191.md
- FAQ:
- Index: faq/index.md
- Community:
- Discord: faq/community/discord.md
- Forums: faq/community/forums.md
- GitHub: faq/community/github.md
#
# Plugins
#
plugins:
# https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin (Insiders)
- privacy:
enabled: true
assets_fetch_dir: assets/external
links: true
links_noopener: true
links_attr_map:
target: _blank
assets_exclude:
- insights.tweakcentral.net/*
- unpkg.com/*
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/
- search:
lang: en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/
- social:
cards_color:
fill: "#1991ff"
text: "#ffffff"
cards_dir: assets/images/metadata
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-dates
- git-revision-date-localized:
enabled: true
enable_creation_date: true
fallback_to_build_date: true
type: datetime
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-contributors (Insiders)
- git-committers:
repository: Atlas-OS/docs
branch: master
# https://squidfunk.github.io/mkdocs-material/setup/building-an-optimized-site/ (Insiders)
#- optimize:
# enabled: true
# optimize_png_speed: 4
# optimize_jpg_quality: 75
# cache: true
# cache_dir: .cache/plugins/optimize
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-typeset-plugin (Insiders)
- typeset
#
# Python Markdown
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/
#
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- admonition
- pymdownx.details
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/annotations/
- abbr
- attr_list
- md_in_html
# https://squidfunk.github.io/mkdocs-material/reference/formatting/
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs/
- pymdownx.tabbed:
alternate_style: true
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
- pymdownx.superfences
# https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# https://squidfunk.github.io/mkdocs-material/reference/lists/
- def_list
- pymdownx.tasklist:
custom_checkbox: true