Fork the repository and clone it.
This wiki utilizes docsify, which is an on-the-fly markdown renderer. To learn more about how to use it, visit their website here.
Wiki pages are written in markdown, which is essentially text files with additional formatting. You can also add HTML within the markdown files for more complex elements. If you are unfamiliar with markdown formatting, check out this website to view the basics of markdown formatting. index.html
and sitemap.xml
can be ignored for your purposes.
To test your changes, navigate to the project directory and install dependencies:
pnpm i
Afterwards, start docsify:
pnpm dev
This will then host a webserver on http://localhost:3000
, where you can view your changes.