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/applies.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,23 @@ Both versioned and unversioned products use the same lifecycle tags, but only ve
40
40
41
41
Can be in either `major.minor` or `major.minor.patch` format
42
42
43
+
Versioned products require a `version` tag to be used with the `lifecycle` tag. See [Syntax](#syntax):
44
+
45
+
```
46
+
applies_to:
47
+
stack: preview 9.1, ga 9.4
48
+
deployment:
49
+
ece: deprecated 9.2, removed 9.8
50
+
```
51
+
Unversioned products use `lifecycle` tags without a version:
52
+
53
+
```
54
+
applies_to:
55
+
serverless:
56
+
elasticsearch: beta
57
+
observability: removed
58
+
```
59
+
43
60
#### Examples
44
61
45
62
```
@@ -62,25 +79,6 @@ You don’t need version tagging for:
62
79
* Long-standing features being documented for the first time
63
80
* Content updates that don’t reflect a feature lifecycle change
64
81
65
-
### Versioned vs. unversioned products
66
-
67
-
Versioned products require a `version` tag to be used with the `lifecycle` tag. See [Syntax](#syntax):
68
-
69
-
```
70
-
applies_to:
71
-
stack: preview 9.1, ga 9.4
72
-
deployment:
73
-
ece: deprecated 9.2, removed 9.8
74
-
```
75
-
Unversioned products use `lifecycle` tags without a version:
76
-
77
-
```
78
-
applies_to:
79
-
serverless:
80
-
elasticsearch: beta
81
-
observability: removed
82
-
```
83
-
84
82
### Combined states
85
83
You can specify multiple lifecycle states for the same product, separated by commas. For example:
86
84
@@ -120,10 +118,12 @@ This allows you to annotate various facets as defined in [](../migration/version
120
118
All documentation pages **must** include an `applies_to` tag in the YAML frontmatter. Use yaml frontmatter to indicate each deployment targets availability and lifecycle status.
0 commit comments