From 793cfbd0a0604cd042fc9ddc4cc1cd60c51c4229 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 1 Jun 2023 10:56:18 -0400 Subject: [PATCH] [editorial] Drop or adjust Hugo front matter in doc pages (#479) --- docs/README.md | 8 -------- docs/design-goals.md | 8 -------- docs/requirements.md | 8 -------- docs/specification.md | 13 +++++++++++-- 4 files changed, 11 insertions(+), 26 deletions(-) diff --git a/docs/README.md b/docs/README.md index 21c52b646..dd95f61a0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,3 @@ - - # OpenTelemetry Protocol (OTLP) This is the specification of the OpenTelemetry Protocol (OTLP). diff --git a/docs/design-goals.md b/docs/design-goals.md index 06255b2f2..e51a4d70e 100644 --- a/docs/design-goals.md +++ b/docs/design-goals.md @@ -1,11 +1,3 @@ - - # Design Goals for OpenTelemetry Wire Protocol We want to design a telemetry data exchange protocol that has the following characteristics: diff --git a/docs/requirements.md b/docs/requirements.md index 7a319dd1f..5d1f1cb66 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -1,11 +1,3 @@ - - # OpenTelemetry Protocol Requirements This document will drive OpenTelemetry Protocol design and RFC. diff --git a/docs/specification.md b/docs/specification.md index 976a81eb9..c36023f88 100644 --- a/docs/specification.md +++ b/docs/specification.md @@ -1,11 +1,20 @@ # OpenTelemetry Protocol Specification