forked from t2linux/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
101 lines (92 loc) · 3.27 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
# To build the documentation use `build.py`
site_name: t2linux wiki
site_author: the t2linux.org contributors
site_url: https://t2linux.org/
copyright: "© 2021-2023 t2linux.org CC-BY-SA-4.0"
theme:
palette:
scheme: slate
name: material
custom_dir: theme
font: false
features:
- tabs
favicon: assets/images/icon.png
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
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
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
- Uninstall: guides/uninstall.md
- Fan: guides/fan.md
- Kernel: guides/kernel.md
- Startup Manager: guides/startup-manager.md
- rEFInd: guides/refind.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:
- Installation: distributions/nixos/installation.md
- Ubuntu:
- Home: distributions/ubuntu/home.md
- FAQ: distributions/ubuntu/faq.md
- Installation: distributions/ubuntu/installation.md
- Debian, Linux Mint, Kali, 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: fontawesome/brands/discord
link: https://discord.com/invite/68MRhQu
- icon: fontawesome/brands/github
link: https://github.com/t2linux