Skip to content

discord-jda/JDA-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDA Wiki License Build status Discord

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

Building

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.

Contributing

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.