We use GitBook to generate our documentation. The documentation is
written in Markdown and is located in the docs
folder.
To create or modify any of the documentation, you simply need to edit the Markdown files in the
docs
folder. We use the GitBook Editor internally, but you can use any Markdown editor you like.
- Create a new Markdown file in the
docs
folder. - Add the new page to the
SUMMARY.md
file.
- Edit the Markdown file in the
docs
folder. duh
- Fork the repository.
- Create a new branch.
- Make your changes.
- Push your changes to your fork.
- Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.