Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/syntax/applies.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@
stack: ga
serverless: ga
products:
-id: kibana
-id: elasticsearch
-id: elastic-stack
- id: kibana
- id: elasticsearch
- id: elastic-stack
---
```

Expand All @@ -201,10 +201,10 @@
ece: ga
eck: ga
products:
-id: cloud-serverless
-id: cloud-hosted
-id: cloud-enterprise
-id: cloud-kubernetes
- id: cloud-serverless
- id: cloud-hosted
- id: cloud-enterprise
- id: cloud-kubernetes
---
```

Expand All @@ -215,13 +215,13 @@
applies_to:
product: ga
products:
-id: edot-collector
- id: edot-collector
---
```

### Section annotations

```yaml {applies_to}

Check notice on line 224 in docs/syntax/applies.md

View workflow job for this annotation

GitHub Actions / build

The 'deprecated' lifecycle is deprecated and will be removed in a future release.

Check notice on line 224 in docs/syntax/applies.md

View workflow job for this annotation

GitHub Actions / build

The 'deprecated' lifecycle is deprecated and will be removed in a future release.

Check notice on line 224 in docs/syntax/applies.md

View workflow job for this annotation

GitHub Actions / build

The 'deprecated' lifecycle is deprecated and will be removed in a future release.
stack: ga 9.1
deployment:
eck: ga 9.0
Expand Down Expand Up @@ -363,4 +363,4 @@
product:
---
```
This allows you to annotate various facets as defined in [](../migration/versioning.md)
This allows you to annotate various facets as defined in [](../migration/versioning.md)
Loading