BW3-Core/docu/mkdocs.yml

36 lines
859 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
- Quick Start Guide:
# - Installation: tbd.md
- Konfiguration: config.md
# - BOSWatch nutzen: tbd.md
# - BOSWatch als Service: tbd.md
# - Informationen:
# - Server/Cient Prinzip: tbd.md
# - Broadcast Funktion: tbd.md
# - Modul/Plugin Konzept: tbd.md
# - Routing Mechanismus: tbd.md
- Module:
- Mode Filter: modul/mode_filter.md
# - Plugins: tbd.md
2019-09-18 18:38:17 +02:00
- Entwickler:
- Eigenes Modul/Plugin: develop/ModulPlugin.md
- BOSWatch Packet Format: develop/packet.md
2019-09-18 21:29:41 +02:00
- BW3 Source Docu: /api/html/index.html
2019-09-18 18:38:17 +02:00
- Changelog: changelog.md
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