The Prometheus Operator & kube-prometheus website
To generate the website you need to install hugo.
Fetching the theme, synchronizing the docs from both repositories and building it locally is done by running:
make
If you want to run a local devleopment server you can simply run hugo serve
after running make
once.