/website

The Prometheus Operator & kube-prometheus website

Primary LanguageSCSSApache License 2.0Apache-2.0

website

The Prometheus Operator & kube-prometheus website

Development

To generate the website you need to install the extended version of Hugo.

Before building the docs, you need to pull the doks theme locally:

git submodule init
git submodule update

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 development server you can simply run hugo serve after running make once.