-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
96 lines (96 loc) · 2.61 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
site_name: SteamFork Wiki
site_url: https://wiki.steamfork.org
repo_url: https://github.com/SteamFork/distribution
repo_name: distribution
copyright: Copyright Creative Commons Attribution-ShareAlike 4.0 International
theme:
language: en
name: material
logo: _inc/images/logo.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: art-book
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: art-book-next
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Oxygen
code: Oxygen Mono
features:
- navigation.top
#- navigation.instant
- navigation.sections
- navigation.indexes
- toc.follow
- search.suggest
- content.tooltips
- content.code.copy
- content.code.annotate
markdown_extensions:
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
toc_depth: 3
permalink: ¶
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
extra_css:
- _inc/css/custom.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/SteamFork/distribution
#- icon: fontawesome/brands/discord
# link: https://discord.gg/nou...
plugins:
- search
- glightbox
nav:
- Home: index.md
- FAQs: faqs.md
- Troubleshooting: troubleshooting.md
- Play:
- Install: play/install.md
- Software: play/verified-software.md
- Accessories: play/verified-accessories.md
- Contribute:
- contribute/index.md
- Code of Conduct: contribute/code-of-conduct.md
- Build: contribute/build.md
- Quirks: contribute/quirks.md
- Devices:
- devices/index.md
- Anbernic:
- Win600: devices/anbernic/win600.md
- ASUS:
- ROG Ally / Ally X: devices/asus/rog-ally.md
- AYANEO:
- Air 1S: devices/ayaneo/air-1s.md
- Ayaneo 2S: devices/ayaneo/ayaneo-2s.md
- Air Plus (AMD 6800U): devices/ayaneo/air-plus-6800u.md
- Flip KB: devices/ayaneo/flip-kb.md
- Ayn:
- Loki Max: devices/ayn/loki-max.md
- GPD:
- Win 4 (AMD 6800U): devices/gpd/win4-6800u.md
- MSI:
- Claw A1M: devices/msi/claw-a1m.md