Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 742 Bytes

DiscordSRV Documentation

This is the documentation for DiscordSRV that uses Mkdocs to generate a static site hosted on https://docs.discordsrv.com.

Building

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

Preview changes

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