About
Contributing
Feel free to contribute by making a Pull Request or an issue with your contribution in our docs repo.
This website is generated using mkdocs & Markdown, you can learn more about the latter here.
In brief, here's how Markdown works:
---
title: (title here)
description: (a short description that will appear in embeds)
---
# Header
Content
> Quote
## Subheading
here is a [link](https://discord.gg/6qVr2aR)
here is *italic text*
here is **bold text**
here is **_italic and bold text_**
here is an unordered list:
- item 1
- item 2
here is an ordered list:
1. item 1
2. item 2
Guides
For Guides, you may include some extra metadata at the top (within the ---
):
author: (you)
contributors: (remove this line if empty)
Discord Invite

Contributors