The site is built using Docusaurus 3.
Click here to get to the wiki.
- Fork and clone the repo
- Install NodeJS (18.0+)
cd
to the directory and runnpm install
(for now, with--force
until mdx-embed is replaced or updated).- Run
npm start
which will run the site locally & automatically open it in your browser - Make changes (page will auto refresh every time you save a file)
- When ready, commit your changes and open a pull request.
- ???
- Profit
The docs pages are all written in Markdown, and you will find all pages in the docs
folder.