dokumentation/mkdocs.yml

50 lines
1.2 KiB
YAML
Raw Normal View History

site_name: Neo Dokumentation
# Link zum Repo neben der Suchleiste
# repo_name: neo-layout
# repo_url: https://git.neo-layout.org/neo/neo-layout
theme:
name: material
features:
- tabs
language: de
palette:
primary: red
accent: amber
logo: images/logo.png
favicon: images/favicon.ico
extra:
social:
- icon: fontawesome/brands/git
link: https://git.neo-layout.org/neo/neo-layout
# Falls man mal Twitter oder so hat
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/neo-layout
markdown_extensions:
- admonition
- footnotes
- meta
- codehilite:
guess_lang: false
- toc
# permalink: true
nav:
- Startseite:
- index.md
- Download:
- Quickguide/#download
- Installation:
- Quickguide/#installation
- Dokumentation:
# - Quickguide: Quickguide/index.md
- Benutzerhandbuch: Benutzerhandbuch/index.md
- "Andere Layouts": Layouts/index.md
- Hardware: Hardware/index.md
- FAQ: FAQ/index.md
- Beitragen: Beitragen/index.md
- Historisch: Historisch/index.md
- Todo: todo.md
- Git:
- "https://git.neo-layout.org"
- Kontakt:
- kontakt.md