Docs
Contributing To Docs
Contributing to docs is just as important, if not more important than, writing code. We use GoHugo to run this website. So if you’d like to improve it, here’s how you can run it locally:
- Install the Hugo binary: https://github.com/gohugoio/hugo#choose-how-to-install
cd ./docs && hugo server
The Hugo server will run on http://localhost:1313 and it will automatically watch your files and update the website every time you make a change.
Alternatively you can run our custom docker image as outlined here