/docs

The unofficial Discord API documentation (outdated)

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