forked from ublue-os/docs.bazzite.gg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
214 lines (202 loc) · 9.37 KB
/
mkdocs.yml
File metadata and controls
214 lines (202 loc) · 9.37 KB
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
site_name: Bazzite Documentation
site_author: nicknamenamenick
site_url: !ENV MKDOCS_SITE_URL
repo_url: https://github.com/ublue-os/bazzite
repo_name: ublue-os/bazzite
edit_uri: https://github.com/KyleGospo/docs.bazzite.gg/blob/main/src
site_description: Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
watch:
- theme_overrides
- ¯os_tmpls macros_tmpls
validation:
links:
not_found: warn
absolute_links: relative_to_docs
anchors: warn
unrecognized_links: warn
extra_css:
- stylesheets/image_sizing.css
- stylesheets/bazzite.css
theme:
name: material
custom_dir: theme_overrides
palette:
- media: "(prefers-color-scheme)"
primary: deep purple
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to system preference
favicon: static/favicon.svg
logo: static/favicon.svg
icon:
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
# - navigation.instant # Incompatible with mkdocs_static_i18n
- toc.integrate
- search.suggest
- search.highlight
- content.action.edit
- content.action.view
- announce.dismiss
- content.tabs.link
docs_dir: src
site_dir: book
hooks:
- hooks/fail_on_hardcoded_url.py # This hook must be set before cmdrun.py, otherwise it will fail
- hooks/cmdrun.py # 100-99
- hooks/embed_youtube.py # 80
- hooks/md_image_sizing.py
plugins:
- privacy
- i18n:
languages:
- locale: en
default: true
name: English
build: true
- search
- macros:
include_dir: *macros_tmpls
- glightbox:
skip_classes:
- "no-lightbox"
- git-revision-date-localized:
enable_creation_date: !ENV [CI, false]
fallback_to_build_date: true
- git-committers:
enabled: !ENV [CI, false]
token: !ENV ["GH_TOKEN"]
repository: !ENV GITHUB_REPOSITORY
branch: !ENV GITHUB_REF_NAME
- bazzite-social:
# use_image_from_page: true # Use first image found in a page as fallback
- tags:
tags_file: tags.md
markdown_extensions:
- attr_list
- md_in_html
- nl2br
- mdx_truly_sane_lists
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.smartsymbols
#region Enable Admonitions
- admonition
- pymdownx.details
- pymdownx.superfences
#endregion Enable Admonitions
#region Enable Content Tabs
- pymdownx.tabbed:
alternate_style: true
#endregion Enable Content Tabs
nav:
- index.md
- FAQ: "General/FAQ.md"
- Installation:
- "Setup Guide": General/Installation_Guide/index.md
- "Installing Bazzite for Desktop/Laptop Hardware": General/Installation_Guide/Installing_Bazzite_for_Desktop_or_Laptop_Hardware.md
- "Installing Bazzite for Framework Laptop 16": https://guides.frame.work/Guide/Bazzite+Installation+on+the+Framework+Laptop+16/407
- "Installing Bazzite for Framework Laptop 13": https://guides.frame.work/Guide/Bazzite+Installation+on+the+Framework+Laptop+13/405
- "Installing Bazzite for Home Theater PC (HTPC) Setups": General/Installation_Guide/Installing_Bazzite_for_HTPC_Setups.md
- "Installing Bazzite on the Steam Deck": General/Installation_Guide/Installing_Bazzite_for_Steam_Deck.md
- "Installing Bazzite on Handheld PCs": General/Installation_Guide/Installing_Bazzite_for_Handheld_PCs.md
- "Dual Boot Preliminary and Post-Installation Setup Guide": General/Installation_Guide/dual_boot_setup_guide.md
- "Secure Boot Instructions": General/Installation_Guide/secure_boot.md
- "Manual Partitioning": General/Installation_Guide/manual_partitioning.md
- "Installation Troubleshoot Guide": General/Installation_Guide/troubleshoot_guide.md
- "Alternative Installation Method": General/Installation_Guide/alternate-install-guide.md
- General:
- "General Guides": General/index.md
- "Dictionary and Terminology": General/terms.md
- "Comparison of Bazzite and Fedora Atomic Desktop": General/Fedora_Atomic_Comparison.md
- "SteamOS Comparison": "General/SteamOS_Comparison.md"
- "Desktop Environment Tweaks": General/Desktop_Environment_Tweaks.md
- "VPN Setup": General/VPN.md
- "Issues & Resolutions": "General/issues_and_resolutions.md"
- "Reporting Bugs": General/reporting_bugs.md
- "Community Resources": General/community-links.md
- "Security Policy": https://github.com/ublue-os/bazzite/blob/main/SECURITY.md
- "License": https://github.com/ublue-os/bazzite/blob/main/LICENSE
- "Press Kit": https://github.com/ublue-os/bazzite/tree/main/press_kit
- "Uninstalling Bazzite": General/uninstalling-bazzite.md
- Gaming:
- "Gaming Guides": Gaming/index.md
- "Introduction to Gaming on Bazzite": Gaming/gaming-intro.md
- "Hardware Compatibility for Gaming": Gaming/Hardware_compatibility_for_gaming.md
- "Game Launchers": Gaming/Game_Launchers.md
- "Managing & Modding Games": Gaming/Managing_and_modding_games.md
- "Launch Options and Environment Variables": Gaming/launch-options-env-variables.md
- "Common Gaming Issues": Gaming/Common_gaming_issues.md
- Bazzite-Deck:
- "Bazzite-Deck Guides": Handheld_and_HTPC_edition/index.md
- "Bazzite-Deck General Overview": Handheld_and_HTPC_edition/Steam_Gaming_Mode.md
- "Steam Gaming Mode Quirks and Workarounds": Handheld_and_HTPC_edition/quirks.md
- "Handheld Compatibility":
- Handheld_and_HTPC_edition/Handheld_Wiki/index.md
- "ASUS Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/ASUS_ROG_Ally.md
- "Lenovo Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/Lenovo_Legion_Go.md
- "GPD Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/GPD_Handhelds.md
- "OneXPlayer Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/OneXPlayer_Handhelds.md
- "Ayn Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/Ayn_Handhelds.md
- "Ayaneo Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/Ayaneo_Handhelds.md
- "Steam Deck": Handheld_and_HTPC_edition/Handheld_Wiki/Steam_Deck.md
- "Other Handhelds": Handheld_and_HTPC_edition/Handheld_Wiki/Other_Handhelds.md
- Software:
- "Installing and Managing Software":
- Installing_and_Managing_Software/index.md
- "Introduction to Installing Software on Bazzite": Installing_and_Managing_Software/software-intro.md
- "ujust Commands": Installing_and_Managing_Software/ujust.md
- "Bazaar App Store": Installing_and_Managing_Software/Flatpak.md
- "Homebrew": Installing_and_Managing_Software/Homebrew.md
- "Containers":
- Installing_and_Managing_Software/Containers.md
- "Distrobox": Installing_and_Managing_Software/Distrobox.md
- "Quadlet": Installing_and_Managing_Software/Quadlet.md
- "Appimage": Installing_and_Managing_Software/AppImage.md
- "rpm-ostree": Installing_and_Managing_Software/rpm-ostree.md
- "Waydroid Setup Guide": Installing_and_Managing_Software/Waydroid_Setup_Guide.md
- "Updates, Rollbacks, & Rebasing":
- "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/index.md"
- "Updating Guide": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/updating_guide.md"
- "Rolling Back System Updates": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/rolling_back_system_updates.md"
- "Rebase Guide": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/rebase_guide.md"
- "Bazzite Rollback Helper": "Installing_and_Managing_Software/Updates_Rollbacks_and_Rebasing/bazzite_rollback_helper.md"
- Advanced:
- "Advanced Guides": Advanced/index.md
- "Auto-Mounting Secondary Drives": Advanced/Auto-Mounting_Secondary_Drives.md
- "Managing Gamescope Using ScopeBuddy": Advanced/scopebuddy.md
- "Custom Resolutions": Advanced/custom_resolution.md
- "Bazzite Command Line Tools": Advanced/bazzite-cli.md
- "Using Looking-Glass": Advanced/looking-glass.md
- "Best Shell Practices": Advanced/Best_Shell_Practices.md
- "Booting to Rescue Mode": Advanced/rescue-and-emergency-mode.md
- "Reset Forgotten User Password": Advanced/Reset_Forgotten_User_Password.md
- "Using Swap for Additional Memory or Hibernation": Advanced/swapfile.md
- "Show Detailed Init Logs During Boot": Advanced/plymouth_init.md
- "How to Modify Initramfs and Dracut": Advanced/dracut-and-initramfs.md
- "Creating A Custom Bazzite Image": Advanced/creating_custom_image.md
- Bazzite-DX: https://dev.bazzite.gg
- Contribute: https://universal-blue.org/contributing.html
- Community: community.md
- Videos: https://www.youtube.com/playlist?list=PLuiT7cNvThNC956b5rtSPCjwcHe2tKBmY
- Donate: donations.md
- Download: https://bazzite.gg/#image-picker