docs/mkdocs.yml

37 lines
688 B
YAML

site_name: local-it Dokumentation
site_url: https://docs.local-it.org
theme:
language: de
name: material
favicon: assets/favicon.svg
logo: assets/favicon.svg
plugins:
- search
- awesome-pages
markdown_extensions:
- abbr
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
repo_name: LIT/docs
repo_url: https://git.local-it.org/local-it/docs
edit_uri: _edit/main/docs/
nav:
- Home: index.md
- ...
- FAQ: faq.md
- Source Code (Gitea): https://git.local-it.org
- Rechtliches:
- Datenschutz: https://local-it.org/datenschutzerklaerung/
- Impressum: https://local-it.org/datenschutzerklaerung/
extra_css:
- extra.css