mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-02 22:59:56 +01:00
18 lines
425 B
YAML
18 lines
425 B
YAML
site_name: BOSWatch3 Core
|
|
site_author: Bastian Schroll & BW3 Dev team
|
|
|
|
nav:
|
|
# - BW3: index.md
|
|
- Quick Start Guide: config.md
|
|
# - Module: index.md
|
|
# - Plugins: index.md
|
|
- Entwickler:
|
|
- Eigenes Modul/Plugin: develop/ModulPlugin.md
|
|
- BOSWatch Packet Format: develop/packet.md
|
|
# - BW3 Source Docu: /api/index.html
|
|
- Changelog: changelog.md
|
|
|
|
theme:
|
|
name: mkdocs
|
|
highlightjs: true
|
|
hljs_style: github |