Skip to content

Commit 883b7db

Browse files
authored
Fix applies_to docs (#1446)
1 parent ae87572 commit 883b7db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/syntax/applies.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ There are 3 typical scenarios to start from:
184184
stack: ga
185185
serverless: ga
186186
products:
187-
-id: kibana
188-
-id: elasticsearch
189-
-id: elastic-stack
187+
- id: kibana
188+
- id: elasticsearch
189+
- id: elastic-stack
190190
---
191191
```
192192
@@ -201,10 +201,10 @@ There are 3 typical scenarios to start from:
201201
ece: ga
202202
eck: ga
203203
products:
204-
-id: cloud-serverless
205-
-id: cloud-hosted
206-
-id: cloud-enterprise
207-
-id: cloud-kubernetes
204+
- id: cloud-serverless
205+
- id: cloud-hosted
206+
- id: cloud-enterprise
207+
- id: cloud-kubernetes
208208
---
209209
```
210210
@@ -215,7 +215,7 @@ There are 3 typical scenarios to start from:
215215
applies_to:
216216
product: ga
217217
products:
218-
-id: edot-collector
218+
- id: edot-collector
219219
---
220220
```
221221
@@ -363,4 +363,4 @@ applies_to:
363363
product:
364364
---
365365
```
366-
This allows you to annotate various facets as defined in [](../migration/versioning.md)
366+
This allows you to annotate various facets as defined in [](../migration/versioning.md)

0 commit comments

Comments
 (0)