Add descriptions to pages (#1413)

This commit is contained in:
Severin Neumann 2022-06-10 16:08:21 +02:00 committed by GitHub
parent dd1e906ca1
commit 31b37ed338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 22 additions and 2 deletions

View File

@ -1,5 +1,6 @@
---
title: Acknowledgements
description: Acknowledgements for sources for content on this site
spelling: cSpell:ignore otel
aliases: [/acknowledgements]
weight: 200

View File

@ -2,7 +2,6 @@
title: Collector
weight: 10
description: >-
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Collector.svg" alt="Collector logo"></img>
Vendor-agnostic way to receive, process and export telemetry data.
spelling: cSpell:ignore Otel
aliases: [/docs/collector/about]

View File

@ -1,5 +1,7 @@
---
title: Components
description: >-
The main components that make up OpenTelemetry
weight: 20
---

View File

@ -1,5 +1,7 @@
---
title: "Data Collection"
description: >-
The OpenTelemetry project facilitates the collection of telemetry data via the OpenTelemetry Collector
weight: 50
---

View File

@ -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
---

View File

@ -1,5 +1,7 @@
---
title: Glossary
description: >-
Terminology you may or may not be familiar with used by the OpenTelemetry project
weight: 100
---

View File

@ -1,5 +1,7 @@
---
title: "Instrumenting libraries"
description: >-
Learn how to add native instrumentation to your library
weight: 40
---

View File

@ -1,5 +1,7 @@
---
title: "Instrumenting"
description: >-
How OpenTelemetry facilitates automatic and manual instrumentation of applications
weight: 40
---

View File

@ -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.

View File

@ -1,5 +1,7 @@
---
title: Signals
description: >-
Categories of telemetry supported by OpenTelemetry
weight: 11
---

View File

@ -1,5 +1,7 @@
---
title: "What is OpenTelemetry?"
description: >-
Background information on OpenTelemetry
weight: 10
---

View File

@ -1,5 +1,7 @@
---
title: Instrumentation
description: >-
OpenTelemetry code instrumentation is supported for many popular programming languages
weight: 2
---

View File

@ -1,5 +1,5 @@
---
title: Reference
weight: 100
description: Reference material
description: Reference material like the OpenTelemetry Specification
---