docs/mkdocs.yml

37 lines
688 B
YAML
Raw Normal View History

2022-07-23 23:28:17 +02:00
site_name: local-it Dokumentation
2021-12-13 12:08:49 +01:00
site_url: https://docs.local-it.org
theme:
language: de
name: material
favicon: assets/favicon.svg
logo: assets/favicon.svg
2022-07-24 23:03:25 +02:00
plugins:
- search
- awesome-pages
2021-12-13 12:08:49 +01:00
markdown_extensions:
- abbr
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
2022-08-02 21:09:38 +02:00
2021-12-13 12:08:49 +01:00
repo_name: LIT/docs
2022-07-23 23:28:17 +02:00
repo_url: https://git.local-it.org/local-it/docs
2021-12-13 12:08:49 +01:00
edit_uri: _edit/main/docs/
2022-07-23 23:28:17 +02:00
nav:
- Home: index.md
2022-07-24 23:03:25 +02:00
- ...
2022-07-23 23:28:17 +02:00
- FAQ: faq.md
- Source Code (Gitea): https://git.local-it.org
- Rechtliches:
- Datenschutz: https://local-it.org/datenschutzerklaerung/
- Impressum: https://local-it.org/datenschutzerklaerung/
2022-07-24 23:03:25 +02:00
2022-07-23 23:28:17 +02:00
extra_css:
- extra.css