BW3-Core/docu/mkdocs.yml

39 lines
1,022 B
YAML
Raw Normal View History

2019-09-18 18:38:17 +02:00
site_name: BOSWatch3 Core
site_author: Bastian Schroll & BW3 Dev team
2019-09-19 14:46:18 +02:00
repo_url: https://github.com/BOSWatch/BW3-Core
edit_uri: edit/develop/docu/docs/
2019-09-18 18:38:17 +02:00
nav:
2019-09-19 14:46:18 +02:00
# - BW3: index.md
2019-09-19 22:27:46 +02:00
- Quick Start:
2019-09-20 12:00:02 +02:00
- Installation: tbd.md
2019-09-19 14:46:18 +02:00
- Konfiguration: config.md
2019-09-20 12:00:02 +02:00
# - BOSWatch benutzen: tbd.md
# - Als Service einrichten: tbd.md
2019-09-19 22:27:46 +02:00
- Informationen:
2019-10-18 23:23:19 +02:00
- Server/Cient Prinzip: information/serverclient.md
2019-09-20 07:59:11 +02:00
- Broadcast Service: information/broadcast.md
2019-09-19 14:46:18 +02:00
# - Modul/Plugin Konzept: tbd.md
2019-10-28 08:59:54 +01:00
- Routing Mechanismus: information/router.md
2019-09-19 22:27:46 +02:00
- Changelog: changelog.md
2019-09-19 14:46:18 +02:00
- Module:
- Mode Filter: modul/mode_filter.md
2019-10-26 13:41:17 +02:00
- Regex Filter: modul/regex_filter.md
2019-10-27 21:08:23 +01:00
- Descriptor: modul/descriptor.md
2019-09-19 22:27:46 +02:00
- Plugins: tbd.md
2019-09-18 18:38:17 +02:00
- Entwickler:
2019-09-19 22:27:46 +02:00
- Eigenes Modul/Plugin schreiben: develop/ModulPlugin.md
- BOSWatch Alarmpaket Format: develop/packet.md
- BW3 Quellcode Dokumentation: api/html/index.html
2019-09-18 18:38:17 +02:00
2019-09-19 14:46:18 +02:00
use_directory_urls: false
2019-09-18 18:38:17 +02:00
theme:
2019-09-19 14:46:18 +02:00
name: mkdocs
highlightjs: true
hljs_style: github