This website houses the official documentation for JDA. It is written in Markdown with Material for MkDocs, making it easy for everyone to edit and contribute.
Read the documentation at jda.wiki
To view the wiki locally, you will first need to install Material for MkDocs locally:
pip install mkdocs-material
You can serve the site locally and preview your changes as you write with this single command:
mkdocs serve
For more information on how to use Material for MkDocs, check out their documentation.
If you want to contribute to the wiki, make sure to base your branch off of our master
branch and point your PR at that same branch.