Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 622 Bytes

docs

The Unofficial Discord Documentation

If you're just looking to read, the compiled version is a lot easier on the eyes.

Contributing

You want to contribute? Great!

  1. Make sure you have python and sphinx installed (pip install sphinx)
  2. Fork and clone project
  3. cd discord-docs/docs
  4. Edit .rst files
  5. Compile with make html
  6. Open _build/html/index.html in a browser and review
  7. Repeat 4-6 as needed
  8. Commit and push changes to your fork
  9. Open pull request