-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathmkdocs.yml
More file actions
136 lines (125 loc) · 4.47 KB
/
mkdocs.yml
File metadata and controls
136 lines (125 loc) · 4.47 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
# To build the documentation use Zensical
site_name: t2linux wiki
site_author: the t2linux.org contributors
site_url: https://t2linux.org/
copyright: "© 2021-2026 t2linux.org CC-BY-SA-4.0"
theme:
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
name: material
custom_dir: theme
font: false
features:
- tabs
- content.action.edit
- content.tabs.link
- content.code.copy
- navigation.top
favicon: assets/images/icon.png
logo: assets/images/t2linux-logo-large.svg
docs_dir: docs
site_dir: build
repo_name: t2linux/wiki
repo_url: https://github.com/t2linux/wiki
edit_uri: https://github.com/t2linux/wiki/edit/master/docs/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- admonition
- pymdownx.details
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- redirects:
redirect_maps:
'guides/wifi.md': 'guides/wifi-bluetooth.md'
'guides/dkms.md': 'guides/postinstall.md'
- search:
lang: en
nav:
- General:
- Home: index.md
- Device Support and State of Features: state.md
- Installation Roadmap: roadmap.md
- Contribute: contribute.md
- Notable Contributors: notable-contributors.md
- Guides:
- Pre-Install: guides/preinstall.md
- Basic setup: guides/postinstall.md
- Wi-Fi and Bluetooth: guides/wifi-bluetooth.md
- Windows Triple Boot: guides/windows.md
- Hybrid Graphics: guides/hybrid-graphics.md
- Audio: guides/audio-config.md
- Fan: guides/fan.md
- Kernel: guides/kernel.md
- Startup Manager: guides/startup-manager.md
- rEFInd: guides/refind.md
- Uninstall: guides/uninstall.md
- Distributions:
- Overview: distributions/overview.md
- Arch:
- Installation: distributions/arch/installation.md
- FAQ: distributions/arch/faq.md
- EndeavourOS:
- Installation: distributions/endeavouros/installation.md
- Fedora:
- Home: distributions/fedora/home.md
- FAQ: distributions/fedora/faq.md
- Installation: distributions/fedora/installation.md
- Gentoo:
- Installation: distributions/gentoo/installation.md
- Manjaro:
- Deprecation Notice: distributions/manjaro/deprecation.md
- Home: distributions/manjaro/home.md
- FAQ: distributions/manjaro/faq.md
- Installation: distributions/manjaro/installation.md
- NixOS:
- Home: distributions/nixos/home.md
- FAQ: distributions/nixos/faq.md
- Installation: distributions/nixos/installation.md
- Ubuntu and Linux Mint:
- Home: distributions/ubuntu/home.md
- FAQ: distributions/ubuntu/faq.md
- Installation: distributions/ubuntu/installation.md
- Debian, Pop!_OS and other similar distros:
- Installation: distributions/debian/installation.md
extra_css:
- assets/stylesheets/colors.css
- assets/stylesheets/fonts.css
- assets/stylesheets/layout.css
extra:
social:
- icon: simple/matrix
link: https://matrix.to/#/#space:t2linux.org
- icon: fontawesome/brands/discord
link: https://discord.com/invite/68MRhQu
- icon: fontawesome/brands/github
link: https://github.com/t2linux