[docs] Remove MD033 workaround (#5638)

This commit is contained in:
Reiley Yang 2024-05-21 11:03:47 -07:00 committed by GitHub
parent 6c0327c4c6
commit 498b0d00a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,5 @@
# OpenTelemetry .NET Logs
<!-- markdownlint-disable MD033 -->
<details>
<summary>Table of Contents</summary>
@ -15,7 +14,6 @@
* [Log Redaction](#log-redaction)
</details>
<!-- markdownlint-enable MD033 -->
## Best Practices

View File

@ -1,6 +1,5 @@
# OpenTelemetry .NET Metrics
<!-- markdownlint-disable MD033 -->
<details>
<summary>Table of Contents</summary>
@ -18,7 +17,6 @@
* [Metrics Enrichment](#metrics-enrichment)
</details>
<!-- markdownlint-enable MD033 -->
## Best Practices

View File

@ -1,6 +1,5 @@
# OpenTelemetry .NET Traces
<!-- markdownlint-disable MD033 -->
<details>
<summary>Table of Contents</summary>
@ -13,7 +12,6 @@
* [Correlation](#correlation)
</details>
<!-- markdownlint-enable MD033 -->
## Best Practices

View File

@ -6,7 +6,6 @@
[The OTLP (OpenTelemetry Protocol) exporter](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md)
implementation.
<!-- markdownlint-disable MD033 -->
<details>
<summary>Table of Contents</summary>
@ -27,7 +26,6 @@ implementation.
* [Troubleshooting](#troubleshooting)
</details>
<!-- markdownlint-enable MD033 -->
## Prerequisite