Skip to content

Commit d4cce98

Browse files
committed
Include applicability table in req.md
1 parent 2613a13 commit d4cce98

File tree

1 file changed

+70
-4
lines changed

1 file changed

+70
-4
lines changed

docs/testing/req.md

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ stack: preview =9.0, ga 9.1
2020
This tutorial is based on Elasticsearch 9.0. This tutorial is based on Elasticsearch 9.0.
2121
This tutorial is based on Elasticsearch 9.0.
2222

23-
what
24-
25-
2623
To follow this tutorial you will need to install the following components:
2724

2825

29-
3026
- An installation of Elasticsearch, based on our hosted [Elastic Cloud](https://www.elastic.co/cloud) service (which includes a free trial period), or a self-hosted service that you run on your own computer. See the Install Elasticsearch section above for installation instructions.
3127
- A [Python](https://python.org) interpreter. Make sure it is a recent version, such as Python 3.8 or newer.
3228

@@ -38,3 +34,73 @@ The tutorial assumes that you have no previous knowledge of Elasticsearch or gen
3834

3935

4036
{applies_to}`ece: removed`
37+
38+
## Applies To Badge Scenarios
39+
40+
Below is a table of `applies_to` badge scenarios.
41+
42+
### No version specified (serverless)
43+
44+
| Badge | Raw Markdown |
45+
|-------|--------------|
46+
| {applies_to}`serverless: ga` | ````markdown<br/>{applies_to}`serverless: ga`<br/>```` |
47+
| {applies_to}`serverless: preview` | ````markdown<br/>{applies_to}`serverless: preview`<br/>```` |
48+
| {applies_to}`serverless: beta` | ````markdown<br/>{applies_to}`serverless: beta`<br/>```` |
49+
| {applies_to}`serverless: deprecated` | ````markdown<br/>{applies_to}`serverless: deprecated`<br/>```` |
50+
| {applies_to}`serverless: removed` | ````markdown<br/>{applies_to}`serverless: removed`<br/>```` |
51+
52+
### No version specified (stack)
53+
54+
| Badge | Raw Markdown |
55+
|-------|--------------|
56+
| {applies_to}`stack: ga` | ````markdown<br/>{applies_to}`stack: ga`<br/>```` |
57+
| {applies_to}`stack: preview` | ````markdown<br/>{applies_to}`stack: preview`<br/>```` |
58+
| {applies_to}`stack: beta` | ````markdown<br/>{applies_to}`stack: beta`<br/>```` |
59+
| {applies_to}`stack: deprecated` | ````markdown<br/>{applies_to}`stack: deprecated`<br/>```` |
60+
| {applies_to}`stack: removed` | ````markdown<br/>{applies_to}`stack: removed`<br/>```` |
61+
62+
### Greater than or equal to (x.x+ / x.x)
63+
64+
| Badge | Raw Markdown |
65+
|-------|--------------|
66+
| {applies_to}`stack: ga 9.1` | ````markdown<br/>{applies_to}`stack: ga 9.1`<br/>```` |
67+
| {applies_to}`stack: ga 9.1+` | ````markdown<br/>{applies_to}`stack: ga 9.1+`<br/>```` |
68+
| {applies_to}`stack: preview 9.0+` | ````markdown<br/>{applies_to}`stack: preview 9.0+`<br/>```` |
69+
| {applies_to}`stack: beta 9.1+` | ````markdown<br/>{applies_to}`stack: beta 9.1+`<br/>```` |
70+
| {applies_to}`stack: deprecated 9.0+` | ````markdown<br/>{applies_to}`stack: deprecated 9.0+`<br/>```` |
71+
| {applies_to}`stack: removed 9.0` | ````markdown<br/>{applies_to}`stack: removed 9.0`<br/>```` |
72+
73+
### Range (x.x-y.y)
74+
75+
| Badge | Raw Markdown |
76+
|-------|--------------|
77+
| {applies_to}`stack: ga 9.0-9.2` | ````markdown<br/>{applies_to}`stack: ga 9.0-9.2`<br/>```` |
78+
| {applies_to}`stack: preview 9.0-9.2` | ````markdown<br/>{applies_to}`stack: preview 9.0-9.2`<br/>```` |
79+
| {applies_to}`stack: beta 9.0-9.1` | ````markdown<br/>{applies_to}`stack: beta 9.0-9.1`<br/>```` |
80+
| {applies_to}`stack: deprecated 9.0-9.2` | ````markdown<br/>{applies_to}`stack: deprecated 9.0-9.2`<br/>```` |
81+
82+
### Exact version (=x.x)
83+
84+
| Badge | Raw Markdown |
85+
|-------|--------------|
86+
| {applies_to}`stack: ga =9.1` | ````markdown<br/>{applies_to}`stack: ga =9.1`<br/>```` |
87+
| {applies_to}`stack: preview =9.0` | ````markdown<br/>{applies_to}`stack: preview =9.0`<br/>```` |
88+
| {applies_to}`stack: beta =9.1` | ````markdown<br/>{applies_to}`stack: beta =9.1`<br/>```` |
89+
| {applies_to}`stack: deprecated =9.0` | ````markdown<br/>{applies_to}`stack: deprecated =9.0`<br/>```` |
90+
| {applies_to}`stack: removed =9.0` | ````markdown<br/>{applies_to}`stack: removed =9.0`<br/>```` |
91+
92+
### Multiple lifecycles
93+
94+
| Badge | Raw Markdown |
95+
|-------|--------------|
96+
| {applies_to}`stack: ga 9.2+, beta 9.0-9.1` | ````markdown<br/>{applies_to}`stack: ga 9.2+, beta 9.0-9.1`<br/>```` |
97+
| {applies_to}`stack: ga 9.2+, preview 9.0-9.1` | ````markdown<br/>{applies_to}`stack: ga 9.2+, preview 9.0-9.1`<br/>```` |
98+
99+
### Deployment types
100+
101+
| Badge | Raw Markdown |
102+
|-------|--------------|
103+
| {applies_to}`ece: ga 9.0+` | ````markdown<br/>{applies_to}`ece: ga 9.0+`<br/>```` |
104+
| {applies_to}`eck: preview 9.1+` | ````markdown<br/>{applies_to}`eck: preview 9.1+`<br/>```` |
105+
| {applies_to}`ece: deprecated 6.7+` | ````markdown<br/>{applies_to}`ece: deprecated 6.7+`<br/>```` |
106+
| {applies_to}`ece: removed` | ````markdown<br/>{applies_to}`ece: removed`<br/>```` |

0 commit comments

Comments
 (0)