https://github.com/prometheus-operator/website
The Prometheus Operator & kube-prometheus website
https://github.com/prometheus-operator/website
Last synced: over 1 year ago
JSON representation
The Prometheus Operator & kube-prometheus website
- Host: GitHub
- URL: https://github.com/prometheus-operator/website
- Owner: prometheus-operator
- License: apache-2.0
- Created: 2021-03-08T17:20:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T10:46:03.000Z (over 1 year ago)
- Last Synced: 2025-02-19T11:34:23.293Z (over 1 year ago)
- Language: HTML
- Homepage: https://prometheus-operator.dev
- Size: 442 KB
- Stars: 15
- Watchers: 9
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The Prometheus Operator & kube-prometheus website
[](https://app.netlify.com/sites/sleepy-hopper-0fdb6b/deploys)
## Development
### Pre requisites
To generate the website, you need to install the extended version of [Hugo](https://gohugo.io/).
Before building the docs, you need to pull the [doks](https://getdoks.org/) theme locally:
```shell
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:
```shell
make
```
### Testing locally
If you want to run a local development server, run `hugo serve` after running `make` once.