Skip to content

Commit b0b2c2b

Browse files
Update docs/syntax/_snippets/inline-level-applies-examples.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 7f8e4a3 commit b0b2c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262

6363
::::{tab-item} Markdown
6464
```markdown
65-
- {applies_to}`{ serverless: "ga" , stack: "ga 9.1.0" }`
66-
- {applies_to}`{ edot_python: "preview 1.7.0" , apm_agent_java: "beta 1.0.0" }`
67-
- {applies_to}`{ stack: "ga 9.0" , deployment: { eck: "ga 9.0" } }`
65+
- {applies_to}`serverless: ga` {applies_to}`stack: ga 9.1.0`
66+
- {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`
67+
- {applies_to}`stack: ga 9.0` {applies_to}`eck: ga 3.0`
6868
```
6969
::::
7070

0 commit comments

Comments
 (0)