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/contribute/_snippets/tag-processing.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,18 @@ When multiple lifecycle statuses and versions are specified in the sources, seve
18
18
:::{note}
19
19
Visuals and wording in the output documentation are subject to changes and optimizations.
20
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.
| 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. |
| removed | prerelease | Removal planned | The tooltip text indicates that this functionality is planned to be removed in the future without a version number specified. |
0 commit comments