If you're just looking to read, the compiled version is a lot easier on the eyes.
You want to contribute? Great!
- Make sure you have python and sphinx installed (
pip install sphinx
) - Fork and clone project
cd discord-docs/docs
- Edit .rst files
- Compile with
make html
- Open _build/html/index.html in a browser and review
- Repeat 4-6 as needed
- Commit and push changes to your fork
- Open pull request