Skip to content

Commit acd0848

Browse files
committed
Relocates table.
1 parent 8b6915e commit acd0848

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/contribute/_snippets/tag-processing.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@ When multiple lifecycle statuses and versions are specified in the sources, seve
1818
:::{note}
1919
Visuals and wording in the output documentation are subject to changes and optimizations.
2020
:::
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.
23+
24+
| Lifecycle | Release status | Badge text |
25+
|-------------|----------------|----------------------------------------------------------------------------------|
26+
| preview | prerelease | Planned |
27+
| | post-release | `<KEY> PREVIEW <VERSION>` <br><br> example: {applies_to}`stack: preview 9.1 |
28+
| beta | prerelease | Planned |
29+
| | post-release | `<KEY> BETA <VERSION>` <br><br> example: {applies_to}`stack: beta 9.1 |
30+
| ga | prerelease | Planned |
31+
| | post-release | `<KEY> <VERSION>` <br><br> example: {applies_to}`stack: 9.1 |
32+
| deprecated | prerelease | Deprecation planned |
33+
| | post-release | `<KEY> DEPRECATED <VERSION>` <br><br> example: {applies_to}`stack: deprecated 9.1|
34+
| removed | prerelease | Removal planned |
35+
| | post-release | `<KEY> REMOVED <VERSION>` <br><br> example: {applies_to}`stack: removed 9.1 |

docs/contribute/cumulative-docs/index.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,6 @@ Read more about how site configuration works in [](/configure/site/index.md).
7070
:::{include} /contribute/_snippets/tag-processing.md
7171
:::
7272

73-
The following table shows how the badge text and corresponding tooltip text vary by release status for each lifecycle value.
74-
75-
| Lifecycle | Release status | Badge text | Tooltip text |
76-
|-------------|----------------|-----------------------------|------------------|
77-
| preview | prerelease | Planned | The tooltip text indicates that this functionality is planned to be added in the future without a version number specified. |
78-
| | post-release | `<KEY> PREVIEW <VERSION>` | The tooltip text indicates that this functionality is in technical preview and may change in the future. |
79-
| beta | prerelease | Planned | The tooltip text indicates that this functionality is planned to be added in the future without a version number specified. |
80-
| | post-release | `<KEY> BETA <VERSION>` | The tooltip text indicates that this functionality is a beta feature and may change in the future. |
81-
| ga | prerelease | Planned | The tooltip text indicates that this functionality is planned to be added in the future without a version number specified. |
82-
| | post-release | `<KEY> <VERSION>` ||
83-
| deprecated | prerelease | Deprecation planned | The tooltip text indicates that this functionality is planned to be deprecated in the future without a version number specified. |
84-
| | post-release | `<KEY> DEPRECATED <VERSION>` ||
85-
| removed | prerelease | Removal planned | The tooltip text indicates that this functionality is planned to be removed in the future without a version number specified. |
86-
| | post-release | `<KEY> REMOVED <VERSION>` ||
87-
8873
### How to tag content
8974

9075
Read more about _how_ to tag content in:

0 commit comments

Comments
 (0)