Skip to content

Commit 762be53

Browse files
apply suggestions from code review
Co-authored-by: Brandon Morelli <[email protected]>
1 parent fd98d12 commit 762be53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/_snippets/applies_to-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* `ech`: Applies to [Elastic Cloud Hosted](https://www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/cloud-hosted) deployments.
77
* `ece`: Applies to [Elastic Cloud Enterprise](https://www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise) deployments.
88
* `self`: Applies to [self-managed](https://www.elastic.co/docs/deploy-manage/deploy/self-managed) deployments.
9-
* `ess`: Applies to the the Elasticsearch Service deployments. {applies_to}`product: deprecated`
9+
* `ess`: Applies to Elasticsearch Service deployments. {applies_to}`product: deprecated`
1010
:::{note}
1111
Use `ech` instead.
1212
:::

docs/_snippets/applies_to-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* `preview`
44
* `beta`
5+
* `ga`
56
* `deprecated`
67
* `removed`
7-
* `unavailable`
8-
* `ga`
8+
* `unavailable`

docs/contribute/cumulative-docs/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Depending on what you're trying to communicate, you can use the following patter
4040

4141
### Headings
4242

43-
Use [section annotations](/syntax/applies.md#section-annotations) immediately after a heading when the entire content between that heading and the next [heading](/syntax/headings.md) of the same and higher level.
43+
Use [section annotations](/syntax/applies.md#section-annotations) immediately after a heading when the entire content between that heading and the next [heading](/syntax/headings.md) of the same or higher level is version or product-specific.
4444

4545
For example, in the [Semantic text field type](https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#custom-by-pipelines) page, all the content in this section is only applicable to Elastic Stack versions 9.0.0 and later.
4646

0 commit comments

Comments
 (0)