Skip to content

Commit f7a13e0

Browse files
committed
Merge branch 'update-applies-to-docs' of github.com:elastic/docs-builder into update-applies-to-docs
2 parents 44449e2 + b0b2c2b commit f7a13e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ This example shows how to use directly a key from the second level of the `appli
6464

6565
::::{tab-item} Markdown
6666
```markdown
67-
- {applies_to}`{ serverless: "ga" , stack: "ga 9.1.0" }`
68-
- {applies_to}`{ edot_python: "preview 1.7.0" , apm_agent_java: "beta 1.0.0" }`
69-
- {applies_to}`{ stack: "ga 9.0" , deployment: { eck: "ga 9.0" } }`
67+
- {applies_to}`serverless: ga` {applies_to}`stack: ga 9.1.0`
68+
- {applies_to}`edot_python: preview 1.7.0, ga 1.8.0` {applies_to}`apm_agent_java: beta 1.0.0, ga 1.2.0`
69+
- {applies_to}`stack: ga 9.0` {applies_to}`eck: ga 3.0`
7070
```
7171
::::
7272

docs/syntax/applies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `{applies_to}` directive must be preceded by a heading directly.
8181

8282
### Inline annotations
8383

84-
You can place inline applies annotations anywhere using the following syntax:
84+
You can add inline applies annotations to any line using the following syntax:
8585

8686
```markdown
8787
This can live inline {applies_to}`section: <life-cycle> [version]`

0 commit comments

Comments
 (0)