This is the documentation for DiscordSRV that uses Mkdocs to generate a static site hosted on https://docs.discordsrv.com.
Create and activate a Python 3 virtual environment
$ pip install --user virtualenv
$ virtualenv env
$ source env/bin/activate
Install the required packages
$ pip install -r requirements.txt
To preview your changes to the documentation, run mkdocs serve
. This will start a web server that will preview the documentation and recompile it as you make changes. More info is shown here: https://www.mkdocs.org/#getting-started
$ mkdocs serve