From 76397328433c68c3b8e653fb02dcf4d4f37d1078 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 28 Jan 2025 22:36:43 -0500 Subject: [PATCH] [editorial] Drop path_base_for_github_subdir from front matter (#1846) Co-authored-by: Trask Stalnaker --- docs/README.md | 3 --- docs/attributes-registry/README.md | 3 --- docs/azure/README.md | 3 --- docs/cloud-providers/README.md | 3 --- docs/cloudevents/README.md | 3 --- docs/code/README.md | 3 --- docs/database/README.md | 3 --- docs/dotnet/README.md | 3 --- docs/exceptions/README.md | 3 --- docs/faas/README.md | 3 --- docs/feature-flags/README.md | 3 --- docs/gen-ai/README.md | 3 --- docs/general/README.md | 3 --- docs/hardware/README.md | 3 --- docs/http/README.md | 3 --- docs/messaging/README.md | 3 --- docs/mobile/README.md | 3 --- docs/non-normative/README.md | 3 --- docs/non-normative/compatibility/README.md | 6 ------ docs/object-stores/README.md | 3 --- docs/resource/README.md | 3 --- docs/resource/cloud-provider/README.md | 6 ------ docs/resource/cloud-provider/aws/README.md | 3 --- docs/resource/cloud-provider/gcp/README.md | 3 --- docs/rpc/README.md | 3 --- docs/runtime/README.md | 3 --- docs/system/README.md | 3 --- docs/url/README.md | 3 --- templates/registry/markdown/readme.md.j2 | 3 --- 29 files changed, 93 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6196302a22..a02247fdee 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,9 +8,6 @@ cascade: cSpell:ignore: semconv CICD auto_gen: below linkTitle: Semantic conventions -path_base_for_github_subdir: - from: tmp/semconv/docs/_index.md - to: README.md ---> # OpenTelemetry semantic conventions diff --git a/docs/attributes-registry/README.md b/docs/attributes-registry/README.md index aa615079db..629a46c242 100644 --- a/docs/attributes-registry/README.md +++ b/docs/attributes-registry/README.md @@ -2,9 +2,6 @@ linkTitle: Registry weight: -2 auto_gen: below -path_base_for_github_subdir: - from: tmp/semconv/docs/attributes-registry/_index.md - to: attributes-registry/README.md ---> diff --git a/docs/azure/README.md b/docs/azure/README.md index 9f976dcc9e..b86f162c5e 100644 --- a/docs/azure/README.md +++ b/docs/azure/README.md @@ -1,8 +1,5 @@ # Semantic conventions for Azure resource logs diff --git a/docs/cloud-providers/README.md b/docs/cloud-providers/README.md index 7797037ace..010920dacd 100644 --- a/docs/cloud-providers/README.md +++ b/docs/cloud-providers/README.md @@ -1,8 +1,5 @@ # Semantic conventions for cloud providers diff --git a/docs/cloudevents/README.md b/docs/cloudevents/README.md index 0140c39667..44d025af5a 100644 --- a/docs/cloudevents/README.md +++ b/docs/cloudevents/README.md @@ -1,8 +1,5 @@ # Semantic conventions for CloudEvents diff --git a/docs/code/README.md b/docs/code/README.md index 741c17d4b5..261b145388 100644 --- a/docs/code/README.md +++ b/docs/code/README.md @@ -1,8 +1,5 @@ # Semantic conventions for code diff --git a/docs/database/README.md b/docs/database/README.md index 971841aaee..c45cc751ab 100644 --- a/docs/database/README.md +++ b/docs/database/README.md @@ -1,8 +1,5 @@ # Semantic conventions for database calls and systems diff --git a/docs/dotnet/README.md b/docs/dotnet/README.md index 8b16a9c76c..b6731b5c35 100644 --- a/docs/dotnet/README.md +++ b/docs/dotnet/README.md @@ -1,8 +1,5 @@ # Semantic conventions for .NET metrics diff --git a/docs/exceptions/README.md b/docs/exceptions/README.md index e6aefca669..5934a07cfc 100644 --- a/docs/exceptions/README.md +++ b/docs/exceptions/README.md @@ -1,8 +1,5 @@ # Semantic conventions for exceptions diff --git a/docs/faas/README.md b/docs/faas/README.md index b753406b03..f8cdf8f969 100644 --- a/docs/faas/README.md +++ b/docs/faas/README.md @@ -1,8 +1,5 @@ # Semantic conventions for Function-as-a-Service diff --git a/docs/feature-flags/README.md b/docs/feature-flags/README.md index cf9a85888f..041b6a6095 100644 --- a/docs/feature-flags/README.md +++ b/docs/feature-flags/README.md @@ -1,8 +1,5 @@ # Semantic conventions for feature flags diff --git a/docs/gen-ai/README.md b/docs/gen-ai/README.md index 02ccd6d5bf..c6e05dc9ce 100644 --- a/docs/gen-ai/README.md +++ b/docs/gen-ai/README.md @@ -1,8 +1,5 @@ # Semantic conventions for generative AI systems diff --git a/docs/general/README.md b/docs/general/README.md index 475bf6b701..e95ff9f264 100644 --- a/docs/general/README.md +++ b/docs/general/README.md @@ -2,9 +2,6 @@ linkTitle: General weight: -1 auto_gen: below -path_base_for_github_subdir: - from: tmp/semconv/docs/general/_index.md - to: general/README.md ---> # General semantic conventions diff --git a/docs/hardware/README.md b/docs/hardware/README.md index 5dd06cb9ea..a4f69b13f7 100644 --- a/docs/hardware/README.md +++ b/docs/hardware/README.md @@ -1,8 +1,5 @@ # Semantic conventions for hardware diff --git a/docs/http/README.md b/docs/http/README.md index 8501cc4bff..b4086829eb 100644 --- a/docs/http/README.md +++ b/docs/http/README.md @@ -1,8 +1,5 @@ # Semantic conventions for HTTP diff --git a/docs/messaging/README.md b/docs/messaging/README.md index 2d1353e378..0978efbff9 100644 --- a/docs/messaging/README.md +++ b/docs/messaging/README.md @@ -1,8 +1,5 @@ # Semantic conventions for messaging systems diff --git a/docs/mobile/README.md b/docs/mobile/README.md index ead6580092..08c2218557 100644 --- a/docs/mobile/README.md +++ b/docs/mobile/README.md @@ -1,8 +1,5 @@ # Semantic conventions for mobile platform diff --git a/docs/non-normative/README.md b/docs/non-normative/README.md index c51419111d..701e8cb0ca 100644 --- a/docs/non-normative/README.md +++ b/docs/non-normative/README.md @@ -1,8 +1,5 @@ # Non-normative supplementary information diff --git a/docs/non-normative/compatibility/README.md b/docs/non-normative/compatibility/README.md index fa1af86c8e..9ccd656b37 100644 --- a/docs/non-normative/compatibility/README.md +++ b/docs/non-normative/compatibility/README.md @@ -1,7 +1 @@ - - # Compatibility diff --git a/docs/object-stores/README.md b/docs/object-stores/README.md index 22a68999e0..9dac9ebb2c 100644 --- a/docs/object-stores/README.md +++ b/docs/object-stores/README.md @@ -1,8 +1,5 @@ # Semantic conventions for object stores diff --git a/docs/resource/README.md b/docs/resource/README.md index ec873de378..f135466626 100644 --- a/docs/resource/README.md +++ b/docs/resource/README.md @@ -1,8 +1,5 @@ # Resource semantic conventions diff --git a/docs/resource/cloud-provider/README.md b/docs/resource/cloud-provider/README.md index 8af8e1468e..02cd015928 100644 --- a/docs/resource/cloud-provider/README.md +++ b/docs/resource/cloud-provider/README.md @@ -1,9 +1,3 @@ - - # Cloud provider **Status**: [Experimental][DocumentStatus] diff --git a/docs/resource/cloud-provider/aws/README.md b/docs/resource/cloud-provider/aws/README.md index 90b13a9af4..fadcd6e245 100644 --- a/docs/resource/cloud-provider/aws/README.md +++ b/docs/resource/cloud-provider/aws/README.md @@ -1,8 +1,5 @@ # AWS semantic conventions diff --git a/docs/resource/cloud-provider/gcp/README.md b/docs/resource/cloud-provider/gcp/README.md index 2655e5b8df..ad3d187f83 100644 --- a/docs/resource/cloud-provider/gcp/README.md +++ b/docs/resource/cloud-provider/gcp/README.md @@ -1,8 +1,5 @@ # GCP semantic conventions diff --git a/docs/rpc/README.md b/docs/rpc/README.md index fd2571bf6e..2b54c5fb95 100644 --- a/docs/rpc/README.md +++ b/docs/rpc/README.md @@ -1,8 +1,5 @@ # Semantic conventions for RPC diff --git a/docs/runtime/README.md b/docs/runtime/README.md index 4948e06cb3..bd2f068d4d 100644 --- a/docs/runtime/README.md +++ b/docs/runtime/README.md @@ -1,8 +1,5 @@ # Semantic conventions for runtime environment diff --git a/docs/system/README.md b/docs/system/README.md index a2395f8f6a..70a0b9b35e 100644 --- a/docs/system/README.md +++ b/docs/system/README.md @@ -1,8 +1,5 @@ # System semantic conventions diff --git a/docs/url/README.md b/docs/url/README.md index 799e81615a..a787177cc9 100644 --- a/docs/url/README.md +++ b/docs/url/README.md @@ -1,8 +1,5 @@ # URL semantic conventions diff --git a/templates/registry/markdown/readme.md.j2 b/templates/registry/markdown/readme.md.j2 index eae4052a4f..8aea78a9f5 100644 --- a/templates/registry/markdown/readme.md.j2 +++ b/templates/registry/markdown/readme.md.j2 @@ -3,9 +3,6 @@ linkTitle: Registry weight: -2 auto_gen: below -path_base_for_github_subdir: - from: tmp/semconv/docs/attributes-registry/_index.md - to: attributes-registry/README.md --->