diff --git a/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs b/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs index 3083920c64..2973dfd276 100644 --- a/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs +++ b/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs @@ -38,11 +38,11 @@ public static class LifecycleDescriptions { // Preview [(ProductLifecycle.TechnicalPreview, true)] = - "This functionality is in technical preview and is not ready for production usage. Technical preview features may change or be removed at any time. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Specific Support terms apply.", + "This functionality is in technical preview and is ready for evaluation. Use with caution in production; it is not recommended for mission-critical workloads. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Specific Support terms apply.", [(ProductLifecycle.TechnicalPreview, false)] = "We plan to add this functionality in a future {product} update. Subject to changes.", - // Experimental — PLACEHOLDER pending product/docs review + // Experimental [(ProductLifecycle.Experimental, true)] = "This functionality is experimental and is not ready for production usage. Experimental features may change or be removed at any time. Elastic will work to fix any issues, but experimental features are not subject to the support SLA of official GA features. Specific Support terms apply.", [(ProductLifecycle.Experimental, false)] = diff --git a/tests/authoring/Applicability/ApplicableToComponent.fs b/tests/authoring/Applicability/ApplicableToComponent.fs index 03c1a593ef..1c7dbaa21c 100644 --- a/tests/authoring/Applicability/ApplicableToComponent.fs +++ b/tests/authoring/Applicability/ApplicableToComponent.fs @@ -396,7 +396,7 @@ product: preview 1.3.0 let ``renders product preview`` () = markdown |> convertsToHtml """

- +

""" @@ -549,7 +549,7 @@ stack: preview 7.0.0 let ``renders preview since released version`` () = markdown |> convertsToHtml """

- +

""" @@ -663,7 +663,7 @@ stack: preview 7.0, ga 7.5 let ``renders ga badge with both lifecycles in popover`` () = markdown |> convertsToHtml """

- +

""" @@ -679,7 +679,7 @@ stack: preview 7.5.4! let ``renders patch version when explicitly requested with exclamation mark`` () = markdown |> convertsToHtml """

- +

""" @@ -695,7 +695,7 @@ stack: preview 7.5.4 let ``hides patch version when no exclamation mark used`` () = markdown |> convertsToHtml """

- +

""" diff --git a/tests/authoring/Blocks/Admonitions.fs b/tests/authoring/Blocks/Admonitions.fs index 7d0585d504..495d5ca1ed 100644 --- a/tests/authoring/Blocks/Admonitions.fs +++ b/tests/authoring/Blocks/Admonitions.fs @@ -88,7 +88,7 @@ This is a custom admonition with applies_to information.
Tip - +
diff --git a/tests/authoring/Inline/AppliesToRole.fs b/tests/authoring/Inline/AppliesToRole.fs index 81bb0f78fd..fe9c97af06 100644 --- a/tests/authoring/Inline/AppliesToRole.fs +++ b/tests/authoring/Inline/AppliesToRole.fs @@ -150,7 +150,7 @@ This is an inline {applies_to}`stack: preview 8.0, ga 8.1` element. markdown |> convertsToHtml """

This is an inline - + element.