-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid links to Prometheus, API pages, and more (#6235)
- Loading branch information
Showing
13 changed files
with
66 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ IgnoreAltMissing: true | |
IgnoreCanonicalBrokenLinks: false | ||
IgnoreInternalEmptyHash: true # TODO: remove after resolution of https://github.com/google/docsy/issues/1995 | ||
CheckMailto: false | ||
# StripQueryString: false # TODO: enable once htmltest is fixed | ||
TestFilesConcurrently: true | ||
IgnoreDirs: | ||
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter. | ||
|
@@ -54,7 +55,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored | |
|
||
# Ignore Docsy-generated GitHub links for now, until | ||
# https://github.com/google/docsy/issues/1432 is fixed | ||
- ^https?://github\.com/.*?/.*?/(new|edit|issues/new\?title)/ # view-page, edit-source etc | ||
- ^https?://github\.com/.*?/.*?/(new/|edit/|issues/new\?) # view-page, edit-source etc | ||
# Ignore "View page source" links, except for spec pages, i.e., links starting with | ||
# https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/specs | ||
- ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/[^e] | ||
|
@@ -80,3 +81,18 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored | |
- ^https://cloud.google.com/functions/docs/concepts/exec#function_scope_versus_global_scope | ||
- ^https://developer.apple.com/documentation/uikit/uiapplicationdelegate#1656902 | ||
- ^https://docs.docker.com/registry/spec/manifest-v2-2/#example-image-manifest | ||
- ^https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html#RETURN-VALUES | ||
- ^https://www.erlang.org/doc/man/erl_error.html#format_exception-3 | ||
# Fixed via https://github.com/open-telemetry/semantic-conventions/pull/1814 | ||
- ^https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event | ||
|
||
# Temporary until | ||
# https://pkg.go.dev/go.opentelemetry.io/collector/config/[email protected]+ | ||
# is published to include | ||
# https://github.com/open-telemetry/opentelemetry-collector/pull/12309 | ||
- ^https://pkg.go.dev/go.opentelemetry.io/collector/config/configauth#client-authenticators | ||
- ^https://pkg.go.dev/go.opentelemetry.io/collector/config/configauth#server-authenticators | ||
|
||
# Temporary until | ||
# https://github.com/open-telemetry/opentelemetry.io/issues/6237 is resolved | ||
- ^https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
layouts/shortcodes/docs/languages/exporters/prometheus-setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters