docs/mkdocs.yml
Philipp Rothmann 99465bb381
All checks were successful
continuous-integration/drone/push Build is passing
update
2022-08-02 21:09:38 +02:00

37 lines
No EOL
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