Ensure all ToCs are generated using markdown-toc (#2146)
This commit is contained in:
parent
6c59f11a4a
commit
70eaeee2aa
|
|
@ -3,13 +3,16 @@
|
|||
**Status**: [Experimental](../document-status.md)
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Table of Contents
|
||||
</summary>
|
||||
<summary>Table of Contents</summary>
|
||||
|
||||
- [Name Pluralization Guidelines](#name-pluralization-guidelines)
|
||||
<!-- toc -->
|
||||
|
||||
- [Name Pluralization guidelines](#name-pluralization-guidelines)
|
||||
- [Recommendations for OpenTelemetry Authors](#recommendations-for-opentelemetry-authors)
|
||||
- [Recommendations for Application Developers](#recommendations-for-application-developers)
|
||||
- [otel.* Namespace](#otel-namespace)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,15 @@
|
|||
**Status**: [Stable, Feature-freeze](../document-status.md)
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Table of Contents
|
||||
</summary>
|
||||
<summary>Table of Contents</summary>
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
- [Attribute](#attribute)
|
||||
- [Attribute Limits](#attribute-limits)
|
||||
- [Exempt Entities](#exempt-entities)
|
||||
* [Attribute Limits](#attribute-limits)
|
||||
+ [Exempt Entities](#exempt-entities)
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue