Skip to content

prometheus-operator/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c32856 · Mar 21, 2025
Apr 16, 2024
Mar 8, 2021
Jul 14, 2022
Aug 18, 2024
Aug 23, 2024
Feb 19, 2025
Jul 8, 2024
Jun 4, 2023
Jul 13, 2022
Aug 22, 2024
Mar 8, 2021
Mar 8, 2021
Mar 18, 2021
Sep 2, 2022
Jul 13, 2022
Jul 13, 2022
Mar 8, 2021
Mar 21, 2025

Repository files navigation

The Prometheus Operator & kube-prometheus website

Netlify Status

Development

Pre requisites

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

Generating the site

Fetching the theme, pulling the documentation contents from repositories and building the site locally is done by running:

make

Testing locally

If you want to run a local development server, run hugo serve after running make once.