@@ -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,22 +55,44 @@ 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
- # Here's an approximate regex to avoid the "View page source" links. TODO: fix this in Docsy
59
- - ^https?://github\.com/open-telemetry/opentelemetry.io/tree/
60
- # FIXME: A patch until we can get Docsy to mark "View page source" links as excluded from link checking,
61
- # Actually, it would be better to pin the version of the OTel spec.
62
- - ^https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/logs/event-(api|sdk)\.md
58
+ - ^https?://github\.com/.*?/.*?/(new/|edit/|issues/new\?) # view-page, edit-source etc
59
+ # Ignore "View page source" links, except for spec pages, i.e., links starting with
60
+ # https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/specs
61
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/[^e]
62
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/es
63
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/.*?/_index.md$
64
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/[^d]
65
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/[^s]
66
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/security
63
67
# FIXME: same issue as for the OTel spec mentioned above:
64
68
- ^https://github.com/open-telemetry/semantic-conventions/tree/main
65
69
66
70
# Too many redirects as the server tries to figure out the country and language,
67
71
# e.g.: https://www.microsoft.com/en-ca/sql-server.
68
72
- ^https://www.microsoft.com/sql-server$
69
73
70
- # TODO: drop after fix to https://github.com/rust-lang/crates.io/issues/788
71
- - ^https://crates\.io/crates
72
74
# TODO move into content/en/blog/2023/humans-of-otel.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
73
75
- ^https://shorturl.at/osHRX$
74
76
# TODO move into content/en/blog/2023/contributing-to-otel/index.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
75
77
- ^https://shorturl.at/vLYZ0$
78
+
79
+ # Temporary until semconv is updated to 1.30.0+
80
+ - ^https://cloud.google.com/apis/design/resource_names#full_resource_name
81
+ - ^https://cloud.google.com/functions/docs/concepts/exec#function_scope_versus_global_scope
82
+ - ^https://developer.apple.com/documentation/uikit/uiapplicationdelegate#1656902
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