Skip to content

Commit 44449e2

Browse files
committed
Peer edits
1 parent f0b5a98 commit 44449e2

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/_snippets/applies_to-key.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
* `eck`: Applies to [Elastic Cloud on Kubernetes](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s) deployments.
1111
* `self`: Applies to [self-managed](https://www.elastic.co/docs/deploy-manage/deploy/self-managed) deployments.
1212
* `ess`: Applies to [Elastic Cloud Hosted](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/cloud-hosted) deployments.
13-
14-
The `products` key and its subkeys are used to indicate feature availability and applicability. The similarly named [`products` frontmatter field](/syntax/frontmatter.md#products) is used to drive elastic.co search filters:
15-
16-
* `product`: Applies to a specific product that uses a unique versioning scheme (e.g. not `stack`, `ece`, `eck`).
13+
* `product`: Applies to a specific product that uses a unique versioning scheme (for example, not `stack`, `ece`, `eck`).
1714
* `apm_agent_dotnet`: Applies to the [Elastic APM .NET agent](https://www.elastic.co/docs/reference/apm/agents/dotnet).
1815
* `apm_agent_go`: Applies to the [Elastic APM Go agent](https://www.elastic.co/docs/reference/apm/agents/go).
1916
* `apm_agent_java`: Applies to the [Elastic APM Java agent](https://www.elastic.co/docs/reference/apm/agents/java).
@@ -34,6 +31,6 @@ The `products` key and its subkeys are used to indicate feature availability and
3431
* `edot_php`: Applies to the [Elastic Distribution of OpenTelemetry PHP](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/php/) (EDOT PHP).
3532
* `edot_python`: Applies to the [Elastic Distribution of OpenTelemetry Python](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/python/) (EDOT Python).
3633

37-
:::{important}
38-
A key without any value doesn't show any badge in the output.
34+
:::{note}
35+
The `products` key and its subkeys are used to indicate feature availability and applicability. The similarly named [`products` frontmatter field](/syntax/frontmatter.md#products) is used to drive elastic.co search filters.
3936
:::

docs/syntax/_snippets/inline-level-applies-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
::::::{dropdown} Product-specific applicability with version information
2828

29+
This example shows how to use directly a key from the second level of the `applies_to` data structure, like `edot_python:`.
30+
2931
:::::{tab-set}
3032

3133
::::{tab-item} Output

docs/syntax/applies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Use the following key-value reference to find the appropriate key and value for
125125

126126
## Examples
127127

128-
### Lifecycle examples
128+
### Lifecycle and versioning examples
129129

130130
:::::{dropdown} Unversioned products
131131

0 commit comments

Comments
 (0)