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:
|
2025-06-11 10:56:41 +02:00
|
|
|
- Installation: install.md
|
2019-09-19 14:46:18 +02:00
|
|
|
- Konfiguration: config.md
|
2025-06-11 10:56:41 +02:00
|
|
|
- BOSWatch benutzen: usage.md
|
|
|
|
|
- Als Service einrichten: service.md
|
2019-09-19 22:27:46 +02:00
|
|
|
- Informationen:
|
2025-07-03 12:08:15 +02:00
|
|
|
- Server/Client 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:
|
2020-02-24 23:38:13 +01:00
|
|
|
- Descriptor: modul/descriptor.md
|
2020-02-24 23:05:48 +01:00
|
|
|
- Geocoding: modul/geocoding.md
|
2019-09-19 14:46:18 +02:00
|
|
|
- Mode Filter: modul/mode_filter.md
|
2019-10-26 13:41:17 +02:00
|
|
|
- Regex Filter: modul/regex_filter.md
|
2020-07-10 21:35:08 +02:00
|
|
|
- Double Filter: modul/double_filter.md
|
2020-02-18 22:12:53 +01:00
|
|
|
- Plugins:
|
2020-02-23 01:17:26 +01:00
|
|
|
- Http: plugin/http.md
|
2020-02-18 22:12:53 +01:00
|
|
|
- Telegram: plugin/telegram.md
|
2022-05-23 23:49:21 +02:00
|
|
|
- Divera: plugin/divera.md
|
|
|
|
|
- MySQL: plugin/mysql.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
|
|
|
|
|
|
2025-07-09 10:46:19 +02:00
|
|
|
extra_css:
|
|
|
|
|
- stylesheets/extra.css
|
2019-09-19 14:46:18 +02:00
|
|
|
|
2025-07-09 10:46:19 +02:00
|
|
|
markdown_extensions:
|
|
|
|
|
- attr_list
|