Files
kube-prometheus/.mdox.validate.yaml
Philip Gough 344ec3464f [release-0.10] - Adds dependency on github.com/grafana/jsonnet-libs mixins-util (#2480)
* Add lockfile

* chore: ignore mdox errors for https://www.weave.works

* ci: Generate with newer go version
2024-08-07 17:19:09 +01:00

14 lines
417 B
YAML

version: 1
validators:
# Ignore localhost links.
- regex: 'localhost'
type: "ignore"
# Ignore release links.
- regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases'
type: "ignore"
# the www.weave.works domain returns 404 for many pages.
# Ignoring for now but we need remove the related content if it persists.
- regex: 'https:\/\/www.weave.works.*'
type: "ignore"