Skip to content

Commit 9925726

Browse files
committed
Relocates and expands table.
1 parent 7cdd132 commit 9925726

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

docs/contribute/_snippets/tag-processing.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,25 @@
22

33
Specifically for versioned products, badges will display differently when the `applies_to` key specifies a product version that has not been released to our customers yet.
44

5-
* `Planned` (if the lifecycle is preview, beta, or ga)
6-
7-
Example: {applies_to}`stack: ga 99.99`
8-
* `Deprecation planned` (if the lifecycle is deprecated)
9-
10-
Example: {applies_to}`stack: deprecated 99.99`
11-
* `Removal planned` (if the lifecycle is removed)
12-
13-
Example: {applies_to}`stack: removed 99.99`
14-
15-
This is computed at build time (there is a docs build every 30 minutes). The documentation team tracks and maintains released versions for these products centrally in [`versions.yml`](https://github.com/elastic/docs-builder/blob/main/config/versions.yml).
16-
When multiple lifecycle statuses and versions are specified in the sources, several badges are shown.
17-
18-
:::{note}
19-
Visuals and wording in the output documentation are subject to changes and optimizations.
20-
:::
21-
22-
The following table shows how the badge text and corresponding tooltip text vary by release status for each lifecycle value. Hoover over the example badges for tooltip text.
5+
The following table shows how badges for versioned products are displayed based on the release status for each lifecycle value. Hover over the example badges for the tooltip text.
236

247
| Lifecycle | Release status | Badge text |
258
|-------------|----------------|-----------------------------------------------------------------------------------|
26-
| preview | prerelease | Planned |
9+
| preview | prerelease | {applies_to}`stack: preview 99.99` |
2710
| | post-release | `<KEY> PREVIEW <VERSION>` <br><br> example: {applies_to}`stack: preview 9.1` |
28-
| beta | prerelease | Planned |
11+
| beta | prerelease | {applies_to}`stack: beta 99.99` |
2912
| | post-release | `<KEY> BETA <VERSION>` <br><br> example: {applies_to}`stack: beta 9.1` |
30-
| ga | prerelease | Planned |
13+
| ga | prerelease | {applies_to}`stack: ga 99.99` |
3114
| | post-release | `<KEY> <VERSION>` <br><br> example: {applies_to}`stack: ga 9.1` |
32-
| deprecated | prerelease | Deprecation planned |
15+
| deprecated | prerelease | {applies_to}`stack: deprecated 99.99` |
3316
| | post-release | `<KEY> DEPRECATED <VERSION>` <br><br> example: {applies_to}`stack: deprecated 9.1`|
34-
| removed | prerelease | Removal planned |
17+
| removed | prerelease | {applies_to}`stack: removed 99.99` |
3518
| | post-release | `<KEY> REMOVED <VERSION>` <br><br> example: {applies_to}`stack: removed 9.1` |
19+
20+
This is computed at build time (there is a docs build every 30 minutes). The documentation team tracks and maintains released versions for these products centrally in [`versions.yml`](https://github.com/elastic/docs-builder/blob/main/config/versions.yml).
21+
22+
When multiple lifecycle statuses and versions are specified in the sources, several badges are shown.
23+
24+
:::{note}
25+
Visuals and wording in the output documentation are subject to changes and optimizations.
26+
:::

0 commit comments

Comments
 (0)