Skip to content

Commit cd637e7

Browse files
Update docs/contribute/_snippets/tag-processing.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 998a797 commit cd637e7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/contribute/_snippets/tag-processing.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ Specifically for versioned products, badges will display differently when the `a
44

55
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.
66

7-
| Lifecycle | Release status | Badge text |
8-
|-------------|----------------|-----------------------------------------------------------------------------------|
9-
| preview | prerelease | {applies_to}`stack: preview 99.99` |
10-
| | post-release | `<KEY> PREVIEW <VERSION>` <br><br> example: {applies_to}`stack: preview 9.1` |
11-
| beta | prerelease | {applies_to}`stack: beta 99.99` |
12-
| | post-release | `<KEY> BETA <VERSION>` <br><br> example: {applies_to}`stack: beta 9.1` |
13-
| ga | prerelease | {applies_to}`stack: ga 99.99` |
14-
| | post-release | `<KEY> <VERSION>` <br><br> example: {applies_to}`stack: ga 9.1` |
15-
| deprecated | prerelease | {applies_to}`stack: deprecated 99.99` |
16-
| | post-release | `<KEY> DEPRECATED <VERSION>` <br><br> example: {applies_to}`stack: deprecated 9.1`|
17-
| removed | prerelease | {applies_to}`stack: removed 99.99` |
18-
| | post-release | `<KEY> REMOVED <VERSION>` <br><br> example: {applies_to}`stack: removed 9.1` |
7+
| Lifecycle | Release status | Badge text examples |
8+
|-------------|----------------|---------------------------------------|
9+
| preview | prerelease | {applies_to}`stack: preview 99.99` |
10+
| | post-release | {applies_to}`stack: preview 9.1` |
11+
| beta | prerelease | {applies_to}`stack: beta 99.99` |
12+
| | post-release | {applies_to}`stack: beta 9.1` |
13+
| ga | prerelease | {applies_to}`stack: ga 99.99` |
14+
| | post-release | {applies_to}`stack: ga 9.1` |
15+
| deprecated | prerelease | {applies_to}`stack: deprecated 99.99` |
16+
| | post-release | {applies_to}`stack: deprecated 9.1` |
17+
| removed | prerelease | {applies_to}`stack: removed 99.99` |
18+
| | post-release | {applies_to}`stack: removed 9.1` |
1919

2020
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).
2121

0 commit comments

Comments
 (0)