-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathmkdocs.yml
97 lines (88 loc) · 2.85 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
site_name: Asahi Linux Documentation
site_url: https://asahilinux.org/docs/
repo_url: https://github.com/AsahiLinux/docs
repo_name: AsahiLinux/docs
nav:
- Overview: index.md
- Feature Support:
- Overview: Feature-Support.md
- M1 Series Feature Support: M1-Series-Feature-Support.md
- M2 Series Feature Support: M2-Series-Feature-Support.md
- M3 Series Feature Support: M3-Series-Feature-Support.md
- M4 Series Feature Support: M4-Series-Feature-Support.md
- Project related:
- Glossary: Glossary.md
- FAQ: FAQ.md
- When will Asahi Linux be done?: When-will-Asahi-Linux-be-done.md
- References: Project-References.md
- Platform documentation:
- Apple Silicon Subsystems: Apple-Silicon-Subsystems.md
- Apple Platform Security Crash Course: Apple-Platform-Security-Crash-Course.md
- Devices: Devices.md
- Codenames: Codenames.md
- Display Controllers: Display-Controllers.md
- For users:
- Fedora Asahi Remix Documentation <i class="fa-solid fa-arrow-up-right-from-square"></i>: https://docs.fedoraproject.org/en-US/fedora-asahi-remix/
- Broken Software: Broken-Software.md
- Alternative Distros: SW-Alternative-Distros.md
- For developers:
- Yaks in need of shaving (HELP WANTED!): Yaks-in-need-of-shaving.md
- Tethered Boot Setup (For Developers): Tethered-Boot-Setup-For-Developers.md
- m1n1:User Guide Boot loader: m1n1-User-Guide.md
- Hypervisor: SW-Hypervisor.md
- U-Boot: U-Boot.md
- Devicetree bindings: SW-DT-bindings.md
- Open OS ecosystem on Apple Silicon Macs: Open-OS-Ecosystem-on-Apple-Silicon-Macs.md
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme)"
primary: custom
accent: custom
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: custom
accent: custom
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: custom
accent: custom
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.expand
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.top
- toc.integrate
custom_dir: overrides
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
baselevel: 4
permalink: true
- admonition
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde
plugins:
- redirects:
redirect_maps:
Software-known-to-have-issues-with-16k-page-size.md: Broken-Software.md
- search
- social:
cards_layout_options:
background_color: '#F4EAEA'
color: '#2C2C2C'