Skip to content

Commit abdcd33

Browse files
docs: add applies_to frontmatter and section-level tagging
- Add applies_to (stack: ga, serverless: ga) and products to index.md and setup.md - Add section-level applies_to for Step 2 (Configure Filebeat): stack only, serverless unavailable - Add frontmatter to Monolog_v3.md and fix typo (contex -> context) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0db7480 commit abdcd33

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

docs/Monolog_v3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
applies_to:
3+
stack: ga
4+
serverless: ga
5+
---
6+
17
# Monolog v3.x
28

39
## Initialize the Formatter

docs/reference/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
stack: ga
4+
serverless: ga
25
mapped_pages:
36
- https://www.elastic.co/guide/en/ecs-logging/php/current/intro.html
47
- https://www.elastic.co/guide/en/ecs-logging/php/current/index.html

docs/reference/setup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
applies_to:
3+
stack: ga
4+
serverless: ga
25
mapped_pages:
36
- https://www.elastic.co/guide/en/ecs-logging/php/current/setup.html
47
navigation_title: Get started
@@ -76,6 +79,11 @@ Logs the following (multi-line formatted for better readability):
7679

7780
## Step 2: Configure Filebeat [setup-step-2]
7881

82+
```{applies_to}
83+
stack: ga
84+
serverless: unavailable
85+
```
86+
7987
:::::::{tab-set}
8088

8189
::::::{tab-item} Log file

0 commit comments

Comments
 (0)