This repository contains the source code for the SinusBot Documentation.
The documentation is written in markdown files and generated using MkDocs.
You can submit changes by editing the markdown files and opening a pull-request.
To view your changes locally:
-
install MkDocs and the required extensions.
pip install -U -r requirements.txt
-
run
mkdocs serve