You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/syntax/_snippets/page-level-applies-examples.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
There are three typical scenarios to start from:
1
+
There are 3 typical scenarios to start from:
2
2
3
3
* The documentation set or page is primarily about using or interacting with Elastic Stack components or the Serverless UI:
4
4
5
5
```yml
6
-
---
6
+
---
7
7
applies_to:
8
8
stack: ga
9
9
serverless: ga
@@ -13,10 +13,10 @@ There are three typical scenarios to start from:
13
13
* The documentation set or page is primarily about orchestrating, deploying or configuring an installation (only include relevant keys):
14
14
15
15
```yml
16
-
---
16
+
---
17
17
applies_to:
18
18
serverless: ga
19
-
deployment:
19
+
deployment:
20
20
ess: ga
21
21
ece: ga
22
22
eck: ga
@@ -27,7 +27,7 @@ There are three typical scenarios to start from:
27
27
* The documentation set or page is primarily about a product following its own versioning schema:
28
28
29
29
```yml
30
-
---
30
+
---
31
31
applies_to:
32
32
edot_ios: ga
33
33
---
@@ -36,11 +36,11 @@ There are three typical scenarios to start from:
36
36
It can happen that it’s relevant to identify several or all of these dimensions for a page. Use your own judgement and check existing pages in similar contexts.
0 commit comments