Editing the documentation

This page covers how you should edit pages on this website.

Setup

Fork the repository, then:

git clone https://github.com/USERNAME/website.git
cd website
npm i

You will need to install Hugo, version 0.145.0, to be able to run the static site generator and see your changes: