Skip to content

Commit c2f4422

Browse files
authored
Add example of multi-lifecycle applies to annotation (#2020)
* Add example of multi-lifecycle applies to annotation * Update admonitions.md
1 parent 565f88b commit c2f4422

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/syntax/admonitions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ This warning applies to serverless GA.
176176
This tip applies to ECH and ECE.
177177
:::
178178

179+
:::{important}
180+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
181+
182+
This important note applies to Elastic Stack GA version 9.2 and Elastic Stack Preview version 9.1. It also applies to serverless GA.
183+
:::
184+
179185
::::
180186

181187
::::{tab-item} Markdown
@@ -198,6 +204,12 @@ This warning applies to serverless GA.
198204

199205
This tip applies to ECH and ECE.
200206
:::
207+
208+
:::{important}
209+
:applies_to: {"stack": "ga 9.2, preview 9.1", "serverless": "ga"}
210+
211+
This important note applies to Elastic Stack GA version 9.2 and Elastic Stack Preview version 9.1. It also applies to serverless GA.
212+
:::
201213
```
202214

203215
::::

0 commit comments

Comments
 (0)