The official Wiki repository for Mana, the Discord bot. This is where you can find the Jekyll source of the wiki hosted on [wiki.manabot.fun], any commits merged to main
branch will immediately be deployed over at the site, so please make sure all PRs are tested.
Jekyll works by generating static wikis through Ruby, you can write down an .md
file on a folder that would then be the category. All the content on the .md
file should
be written in markdown
text language. You can feel free to run your content via Grammarly or other grammar checkers if you like, but that's purely optional. As for images,
please host them on another location like ImgBB or Discord's CDN.
To test your PRs or build, you can run the ruby command below which will host the project on your localhost at port 4000 which you can then view the changes realtime.
bundle exec jekyll serve
To be added