@@ -15,6 +15,11 @@ IgnoreDirs:
15
15
# TODO drop next lines after https://github.com/open-telemetry/opentelemetry.io/issues/5555 is fixed for these pages:
16
16
- ^zh/docs/concepts/signals/baggage/
17
17
- ^zh/docs/zero-code/php/
18
+ # TODO drop the following config once this page is updated to reflect the corresponding `en`
19
+ # page and the link 404 (detailed below) are resolved:
20
+ # zh/docs/contributing/index.html
21
+ # Non-OK status: 404 --> https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md
22
+ - ^zh/docs/contributing/
18
23
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
19
24
IgnoreInternalURLs : # list of paths
20
25
IgnoreURLs : # list of regexs of paths or URLs to be ignored
@@ -62,7 +67,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
62
67
- ^https?://github\.com/open-telemetry/opentelemetry.io/tree/
63
68
64
69
# Ignore some links to GH repo content for now, most 4XX
65
- - ^https?://github\.com/open-telemetry/(build-tools|community| opentelemetry-collector-contrib|opentelemetry-collector|opentelemetry-dotnet-instrumentation|opentelemetry-helm-charts|opentelemetry-java-instrumentation|opentelemetry-java|opentelemetry-operator|opentelemetry-proto|opentelemetry-python-contrib|opentelemetry-specification|oteps|semantic-conventions|sig-end-user|weaver )/
70
+ - ^https?://github\.com/open-telemetry/(opentelemetry-collector-contrib|opentelemetry-collector|opentelemetry-dotnet-instrumentation|opentelemetry-helm-charts|opentelemetry-java-instrumentation|opentelemetry-java|opentelemetry-operator|opentelemetry-proto|opentelemetry-python-contrib|opentelemetry-specification|oteps|semantic-conventions|sig-end-user)/
66
71
- ^https?://github\.com/open-telemetry/opentelemetry-demo/blob/main/src/(imageprovider|loadgenerator|otelcollector|.*service)
67
72
# TODO drop the following after https://github.com/open-telemetry/semantic-conventions/pull/1753 is merged and the submodule updated:
68
73
- ^https?://github\.com/in-toto/
@@ -73,16 +78,6 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
73
78
74
79
# TODO: drop after fix to https://github.com/rust-lang/crates.io/issues/788
75
80
- ^https://crates\.io/crates
76
- # TODO: drop after fix to https://github.com/micrometer-metrics/micrometer-docs/issues/239
77
- - ^https://micrometer\.io/docs
78
- # TODO: ensure .json isn't set as an alternate in ecosystem/registry/index.html and then drop:
79
- - ^https://opentelemetry.io/ecosystem/registry/index.json
80
- # TODO drop after fix to https://github.com/open-telemetry/opentelemetry.io/issues/3818
81
- - ^https://oncallmemaybe.com
82
- # TODO drop after https://github.com/open-telemetry/opentelemetry-specification/pull/3834 is merged
83
- - ^https://wikipedia\.org/wiki/Monotonic_function
84
- # TODO drop after https://github.com/open-telemetry/opamp-spec/pull/179 is merged into this repo
85
- - ^http://www.watersprings.org/
86
81
# TODO move into content/en/blog/2023/humans-of-otel.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
87
82
- ^https://shorturl.at/osHRX$
88
83
# TODO move into content/en/blog/2023/contributing-to-otel/index.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
0 commit comments