Documentation
Generating the Documentation
The documentation is generated using Hugo. To generate the documentation, simply run:
make docs
Developing the Documentation
First, ensure that hugo is installed. Once you have done that, run:
cd ./hugo && hugo server --watch --verbose --disableFastRender
Now you can modify the source code and see changes in real time.