diff --git a/docs/metrics/getting-started-prometheus-grafana/README.md b/docs/metrics/getting-started-prometheus-grafana/README.md
index 7f39b121a72..dfc3e09c1a3 100644
--- a/docs/metrics/getting-started-prometheus-grafana/README.md
+++ b/docs/metrics/getting-started-prometheus-grafana/README.md
@@ -1,11 +1,16 @@
# Getting Started with Prometheus and Grafana
-- [Export metrics from the application](#export-metrics-from-the-application)
-- [Collect metrics using Prometheus](#collect-metrics-using-prometheus)
- - [Install and run Prometheus](#install-and-run-prometheus)
- - [View results in Prometheus](#view-results-in-prometheus)
-- [Explore metrics using Grafana](#explore-metrics-using-grafana)
-- [Learn more](#learn-more)
+
+Table of Contents
+
+* [Export metrics from the application](#export-metrics-from-the-application)
+* [Collect metrics using Prometheus](#collect-metrics-using-prometheus)
+ * [Install and run Prometheus](#install-and-run-prometheus)
+ * [View results in Prometheus](#view-results-in-prometheus)
+* [Explore metrics using Grafana](#explore-metrics-using-grafana)
+* [Learn more](#learn-more)
+
+
## Export metrics from the application
@@ -140,8 +145,8 @@ UI](https://user-images.githubusercontent.com/17327289/151636769-138ecb4f-b44f-4
## Learn more
-- [What is Prometheus?](https://prometheus.io/docs/introduction/overview/)
-- [Prometheus now supports OpenTelemetry
+* [What is Prometheus?](https://prometheus.io/docs/introduction/overview/)
+* [Prometheus now supports OpenTelemetry
Metrics](https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a)
-- [Grafana support for
+* [Grafana support for
Prometheus](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-graph)
diff --git a/docs/trace/getting-started-jaeger/README.md b/docs/trace/getting-started-jaeger/README.md
index 4f8e36c387d..b291933df00 100644
--- a/docs/trace/getting-started-jaeger/README.md
+++ b/docs/trace/getting-started-jaeger/README.md
@@ -1,10 +1,15 @@
# Getting Started with Jaeger
-- [Export traces from the application](#export-traces-from-the-application)
- - [Check results in the console](#check-results-in-the-console)
-- [Collect and visualize traces using Jaeger](#collect-and-visualize-traces-using-jaeger)
-- [Final cleanup](#final-cleanup)
-- [Learn more](#learn-more)
+
+Table of Contents
+
+* [Export traces from the application](#export-traces-from-the-application)
+ * [Check results in the console](#check-results-in-the-console)
+* [Collect and visualize traces using Jaeger](#collect-and-visualize-traces-using-jaeger)
+* [Final cleanup](#final-cleanup)
+* [Learn more](#learn-more)
+
+
## Export traces from the application
@@ -178,6 +183,6 @@ BatchExportProcessor --> | Batch | OtlpExporter
## Learn more
-- [Jaeger Tracing](https://www.jaegertracing.io/)
-- [OTLP Exporter for OpenTelemetry
+* [Jaeger Tracing](https://www.jaegertracing.io/)
+* [OTLP Exporter for OpenTelemetry
.NET](../../../src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md)