javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

Create user facing documentation website #47

Open surajkumar opened 2 months ago

surajkumar commented 2 months ago

As a bot developer I want to...

be able to understand and use the code base

So that...

I can create discord bots using this discord library.

Context

We need some documentation and user guides for end users to be able to setup, install and use our library. The tool we are going to use is https://docusaurus.io/ which is allows us to write our documentation using .md files. Alternatively, we can use the GitHub Wiki to achieve a similar affect.

We should pick this ticket up once the library is close to completion i.e. the core package has been implemented.

Acceptance Criteria

devloves commented 2 months ago

I can do this. ♥