Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 649 Bytes

SinusBot Documentation

MKDocs

This repository contains the source code for the SinusBot Documentation.

The documentation is written in markdown files and generated using MkDocs.

Contributing

You can submit changes by editing the markdown files and opening a pull-request.

To view your changes locally:

  1. install MkDocs and the required extensions.

    pip install -U -r requirements.txt

  2. run mkdocs serve