@@ -5,6 +5,7 @@ IgnoreAltMissing: true
5
5
IgnoreCanonicalBrokenLinks : false
6
6
IgnoreInternalEmptyHash : true # TODO: remove after resolution of https://github.com/google/docsy/issues/1995
7
7
CheckMailto : false
8
+ # StripQueryString: false # TODO: enable once htmltest is fixed
8
9
TestFilesConcurrently : true
9
10
IgnoreDirs :
10
11
# 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
54
55
55
56
# Ignore Docsy-generated GitHub links for now, until
56
57
# https://github.com/google/docsy/issues/1432 is fixed
57
- - ^https?://github\.com/.*?/.*?/(new|edit|issues/new\?title)/ # view-page, edit-source etc
58
+ - ^https?://github\.com/.*?/.*?/(new/ |edit/ |issues/new\?) # view-page, edit-source etc
58
59
# Ignore "View page source" links, except for spec pages, i.e., links starting with
59
60
# https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/specs
60
61
- ^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
80
81
- ^https://cloud.google.com/functions/docs/concepts/exec#function_scope_versus_global_scope
81
82
- ^https://developer.apple.com/documentation/uikit/uiapplicationdelegate#1656902
82
83
- ^https://docs.docker.com/registry/spec/manifest-v2-2/#example-image-manifest
84
+ - ^https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html#RETURN-VALUES
85
+ - ^https://www.erlang.org/doc/man/erl_error.html#format_exception-3
86
+ # Fixed via https://github.com/open-telemetry/semantic-conventions/pull/1814
87
+ - ^https://github.com/open-telemetry/opentelemetry-specification/tree/v1.41.0/specification/logs/api.md#emit-an-event
88
+
89
+ # Temporary until
90
+ # https://pkg.go.dev/go.opentelemetry.io/collector/config/[email protected] +
91
+ # is published to include
92
+ # https://github.com/open-telemetry/opentelemetry-collector/pull/12309
93
+ - ^https://pkg.go.dev/go.opentelemetry.io/collector/config/configauth#client-authenticators
94
+ - ^https://pkg.go.dev/go.opentelemetry.io/collector/config/configauth#server-authenticators
95
+
96
+ # Temporary until
97
+ # https://github.com/open-telemetry/opentelemetry.io/issues/6237 is resolved
98
+ - ^https://github.com/open-telemetry/opentelemetry-operator/blob/main/docs/api.md#
0 commit comments