mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
137 lines
4.5 KiB
YAML
137 lines
4.5 KiB
YAML
# 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, Zorin 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
|