diff --git a/content/en/docs/acknowledgements/_index.md b/content/en/docs/acknowledgements/_index.md index c37e916d9..af49ebb8f 100644 --- a/content/en/docs/acknowledgements/_index.md +++ b/content/en/docs/acknowledgements/_index.md @@ -1,5 +1,6 @@ --- title: Acknowledgements +description: Acknowledgements for sources for content on this site spelling: cSpell:ignore otel aliases: [/acknowledgements] weight: 200 diff --git a/content/en/docs/collector/_index.md b/content/en/docs/collector/_index.md index 386fbf936..a510f8b5e 100644 --- a/content/en/docs/collector/_index.md +++ b/content/en/docs/collector/_index.md @@ -2,7 +2,6 @@ title: Collector weight: 10 description: >- - Collector logo Vendor-agnostic way to receive, process and export telemetry data. spelling: cSpell:ignore Otel aliases: [/docs/collector/about] diff --git a/content/en/docs/concepts/components.md b/content/en/docs/concepts/components.md index 6fb6b9b95..a48192c93 100644 --- a/content/en/docs/concepts/components.md +++ b/content/en/docs/concepts/components.md @@ -1,5 +1,7 @@ --- title: Components +description: >- + The main components that make up OpenTelemetry weight: 20 --- diff --git a/content/en/docs/concepts/data-collection.md b/content/en/docs/concepts/data-collection.md index 49d3b421b..0e053d3d1 100644 --- a/content/en/docs/concepts/data-collection.md +++ b/content/en/docs/concepts/data-collection.md @@ -1,5 +1,7 @@ --- title: "Data Collection" +description: >- + The OpenTelemetry project facilitates the collection of telemetry data via the OpenTelemetry Collector weight: 50 --- diff --git a/content/en/docs/concepts/distributions.md b/content/en/docs/concepts/distributions.md index dc13fa99a..a92ee1331 100644 --- a/content/en/docs/concepts/distributions.md +++ b/content/en/docs/concepts/distributions.md @@ -1,5 +1,7 @@ --- title: "Distributions" +description: >- + A distribution, not to be confused with a fork, is customized version of an OpenTelemetry component. weight: 90 --- diff --git a/content/en/docs/concepts/glossary.md b/content/en/docs/concepts/glossary.md index 56afa805e..daa0b4b73 100644 --- a/content/en/docs/concepts/glossary.md +++ b/content/en/docs/concepts/glossary.md @@ -1,5 +1,7 @@ --- title: Glossary +description: >- + Terminology you may or may not be familiar with used by the OpenTelemetry project weight: 100 --- diff --git a/content/en/docs/concepts/instrumenting-library.md b/content/en/docs/concepts/instrumenting-library.md index 36abeb3a8..3cfc85877 100644 --- a/content/en/docs/concepts/instrumenting-library.md +++ b/content/en/docs/concepts/instrumenting-library.md @@ -1,5 +1,7 @@ --- title: "Instrumenting libraries" +description: >- + Learn how to add native instrumentation to your library weight: 40 --- diff --git a/content/en/docs/concepts/instrumenting.md b/content/en/docs/concepts/instrumenting.md index 710e3a450..c463d7dc1 100644 --- a/content/en/docs/concepts/instrumenting.md +++ b/content/en/docs/concepts/instrumenting.md @@ -1,5 +1,7 @@ --- title: "Instrumenting" +description: >- + How OpenTelemetry facilitates automatic and manual instrumentation of applications weight: 40 --- diff --git a/content/en/docs/concepts/observability-primer.md b/content/en/docs/concepts/observability-primer.md index c8d43a7aa..85405d6d6 100644 --- a/content/en/docs/concepts/observability-primer.md +++ b/content/en/docs/concepts/observability-primer.md @@ -1,5 +1,7 @@ --- title: Observability Primer +description: >- + Learn some core concepts before you dig into OpenTelemetry weight: 9 description: >- Before digging into OpenTelemetry, it is important to understand some core concepts first. diff --git a/content/en/docs/concepts/signals/_index.md b/content/en/docs/concepts/signals/_index.md index b9f6558af..639b00d36 100644 --- a/content/en/docs/concepts/signals/_index.md +++ b/content/en/docs/concepts/signals/_index.md @@ -1,5 +1,7 @@ --- title: Signals +description: >- + Categories of telemetry supported by OpenTelemetry weight: 11 --- diff --git a/content/en/docs/concepts/what-is-opentelemetry.md b/content/en/docs/concepts/what-is-opentelemetry.md index a9c92af0b..0db777923 100644 --- a/content/en/docs/concepts/what-is-opentelemetry.md +++ b/content/en/docs/concepts/what-is-opentelemetry.md @@ -1,5 +1,7 @@ --- title: "What is OpenTelemetry?" +description: >- + Background information on OpenTelemetry weight: 10 --- diff --git a/content/en/docs/instrumentation/_index.md b/content/en/docs/instrumentation/_index.md index ae0c2f0fd..d78a4c4f5 100644 --- a/content/en/docs/instrumentation/_index.md +++ b/content/en/docs/instrumentation/_index.md @@ -1,5 +1,7 @@ --- title: Instrumentation +description: >- + OpenTelemetry code instrumentation is supported for many popular programming languages weight: 2 --- diff --git a/content/en/docs/reference/_index.md b/content/en/docs/reference/_index.md index 87abd2077..1b73fd429 100644 --- a/content/en/docs/reference/_index.md +++ b/content/en/docs/reference/_index.md @@ -1,5 +1,5 @@ --- title: Reference weight: 100 -description: Reference material +description: Reference material like the OpenTelemetry Specification ---