Skip to content

Commit 21350d8

Browse files
theletterfclaude
andauthored
Add page-level applies_to frontmatter to all pages missing it (#2589)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 26aaffa commit 21350d8

File tree

10 files changed

+30
-0
lines changed

10 files changed

+30
-0
lines changed

docs/reference/ecs-guidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/ecs/current/ecs-guidelines.html
4+
applies_to:
5+
stack: all
6+
serverless: all
47
---
58

69
# Guidelines and best practices [ecs-guidelines]

docs/reference/ecs-opentelemetry.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/ecs/master/ecs-opentelemetry.html
4+
applies_to:
5+
stack: all
6+
serverless: all
47
---
58

69
# ECS & OpenTelemetry [ecs-opentelemetry]

docs/reference/ecs-otel-alignment-details.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/ecs/master/ecs-otel-alignment-details.html
4+
applies_to:
5+
stack: all
6+
serverless: all
47
---
58
% This file is automatically generated. Don't edit it manually!
69

docs/reference/ecs-otel-alignment-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/ecs/master/ecs-otel-alignment-overview.html
4+
applies_to:
5+
stack: all
6+
serverless: all
47
---
58
% This file is automatically generated. Don't edit it manually!
69

docs/release-notes/breaking-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
navigation_title: "Breaking changes"
3+
applies_to:
4+
stack: all
5+
serverless: all
36
---
47

58
# ECS breaking changes [ecs-breaking-changes]

docs/release-notes/deprecations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
navigation_title: "Deprecations"
3+
applies_to:
4+
stack: all
5+
serverless: all
36
---
47

58
# ECS deprecations [ecs-deprecations]

docs/release-notes/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
navigation_title: Elastic Common Schema (ECS)
33
mapped_pages:
44
- https://www.elastic.co/guide/en/ecs/current/releasenotes.html
5+
applies_to:
6+
stack: all
7+
serverless: all
58
---
69

710
# Elastic Common Schema (ECS) release notes

docs/release-notes/known-issues.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
navigation_title: "Known issues"
3+
applies_to:
4+
stack: all
5+
serverless: all
36
---
47

58
# ECS known issues [ecs-known-issues]

scripts/templates/otel_alignment_details.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
---
33
mapped_pages:
44
- https://www.elastic.co/guide/en/ecs/master/ecs-otel-alignment-details.html
5+
applies_to:
6+
stack: all
7+
serverless: all
58
---
69
% This file is automatically generated. Don't edit it manually!
710

scripts/templates/otel_alignment_overview.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
---
33
mapped_pages:
44
- https://www.elastic.co/guide/en/ecs/master/ecs-otel-alignment-overview.html
5+
applies_to:
6+
stack: all
7+
serverless: all
58
---
69
% This file is automatically generated. Don't edit it manually!
710

0 commit comments

Comments
 (0)