mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
Add exception for PromOperator's twitter profile (#6173)
Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
This commit is contained in:
parent
3d59308c02
commit
cb9fdeaa44
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ validators:
|
|||
# Ignore links to /img/ because the generated content will resolve them correctly.
|
||||
- regex: '/img/.+'
|
||||
type: ignore
|
||||
# Twitter changed their policy and now returns 403 if not authenticated. We can guarantee this link since we own the account.
|
||||
- regex: 'https:\/\/twitter.com\/PromOperator'
|
||||
type: ignore
|
||||
# Ignore anchor links pointing to the API documentation which are HTML <a> tags and not supported by mdox.
|
||||
- regex: 'api\.md#monitoring\.coreos\.com/v1\.(BasicAuth|PrometheusSpec|StorageSpec)$'
|
||||
type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue