Files
wiki/mkdocs.yml

101 lines
3.2 KiB
YAML

# To build the documentation use `build.py`
site_name: t2linux wiki
site_author: the t2linux.org contributors
site_url: https://t2linux.org/
copyright: "© 2021 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
- Upgrade: distributions/ubuntu/upgrade.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