Skip to content

Commit 793cfbd

Browse files
authored
[editorial] Drop or adjust Hugo front matter in doc pages (#479)
1 parent df893fd commit 793cfbd

File tree

4 files changed

+11
-26
lines changed

4 files changed

+11
-26
lines changed

docs/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--- Hugo front matter used to generate the website version of this page:
2-
linkTitle: OTLP
3-
aliases:
4-
- /docs/reference/specification/protocol
5-
- /docs/specs/otel/protocol
6-
spelling: cSpell:ignore otel OTLP
7-
--->
8-
91
# OpenTelemetry Protocol (OTLP)
102

113
This is the specification of the OpenTelemetry Protocol (OTLP).

docs/design-goals.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--- Hugo front matter used to generate the website version of this page:
2-
linkTitle: Design goals
3-
aliases:
4-
- /docs/reference/specification/protocol/design-goals
5-
- /docs/specs/otel/protocol/design-goals
6-
spelling: cSpell:ignore backpressure otel
7-
--->
8-
91
# Design Goals for OpenTelemetry Wire Protocol
102

113
We want to design a telemetry data exchange protocol that has the following characteristics:

docs/requirements.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--- Hugo front matter used to generate the website version of this page:
2-
linkTitle: Requirements
3-
aliases:
4-
- /docs/reference/specification/protocol/requirements
5-
- /docs/specs/otel/protocol/requirements
6-
spelling: cSpell:ignore backpressure dealocations otel reconnections
7-
--->
8-
91
# OpenTelemetry Protocol Requirements
102

113
This document will drive OpenTelemetry Protocol design and RFC.

docs/specification.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
<!--- Hugo front matter used to generate the website version of this page:
22
title: OTLP Specification
3-
linkTitle: Specification
3+
linkTitle: OTLP
44
aliases:
55
- /docs/reference/specification/protocol/otlp
66
- /docs/specs/otel/protocol/otlp
77
spelling:
8-
cSpell:ignore backpressure dealocations otel otlp protobuf reconnections retryable OTEP
8+
cSpell:ignore backoff backpressure dealocations errdetails nanos proto reconnections retryable
9+
cascade:
10+
body_class: otel-docs-spec
11+
github_repo: &repo https://github.com/open-telemetry/opentelemetry-proto
12+
github_subdir: docs
13+
path_base_for_github_subdir: content/en/docs/specs/otlp/
14+
github_project_repo: *repo
15+
path_base_for_github_subdir:
16+
from: content/en/docs/specs/otlp/_index.md
17+
to: specification.md
918
--->
1019

1120
# OpenTelemetry Protocol Specification

0 commit comments

Comments
 (0)