Skip to content

Commit fb98c60

Browse files
revert changes to docs/syntax/_snippets/page-level-applies-examples.md
1 parent 8795f4b commit fb98c60

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
There are three typical scenarios to start from:
1+
There are 3 typical scenarios to start from:
22

33
* The documentation set or page is primarily about using or interacting with Elastic Stack components or the Serverless UI:
44

55
```yml
6-
---
6+
---
77
applies_to:
88
stack: ga
99
serverless: ga
@@ -13,10 +13,10 @@ There are three typical scenarios to start from:
1313
* The documentation set or page is primarily about orchestrating, deploying or configuring an installation (only include relevant keys):
1414

1515
```yml
16-
---
16+
---
1717
applies_to:
1818
serverless: ga
19-
deployment:
19+
deployment:
2020
ess: ga
2121
ece: ga
2222
eck: ga
@@ -27,7 +27,7 @@ There are three typical scenarios to start from:
2727
* The documentation set or page is primarily about a product following its own versioning schema:
2828

2929
```yml
30-
---
30+
---
3131
applies_to:
3232
edot_ios: ga
3333
---
@@ -36,11 +36,11 @@ There are three typical scenarios to start from:
3636
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.
3737

3838
```yml
39-
---
39+
---
4040
applies_to:
4141
stack: ga
4242
serverless: ga
43-
deployment:
43+
deployment:
4444
ess: ga
4545
ece: ga
4646
eck: ga

0 commit comments

Comments
 (0)