[docs] Remove MD033 workaround (#5638)
This commit is contained in:
parent
6c0327c4c6
commit
498b0d00a1
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue