diff --git a/docs/sources/shared/stability/experimental.md b/docs/sources/shared/stability/experimental.md index ca64f2e8d6..20aa5a92af 100644 --- a/docs/sources/shared/stability/experimental.md +++ b/docs/sources/shared/stability/experimental.md @@ -6,6 +6,7 @@ headless: true > **EXPERIMENTAL**: This is an [experimental][] component. Experimental > components are subject to frequent breaking changes, and may be removed with -> no equivalent replacement. +> no equivalent replacement. The `stability.level` flag must be set to `experimental` +> to use the component. [experimental]: https://grafana.com/docs/release-life-cycle/ diff --git a/docs/sources/shared/stability/public_preview.md b/docs/sources/shared/stability/public_preview.md index 748b327a86..09d5a2edfb 100644 --- a/docs/sources/shared/stability/public_preview.md +++ b/docs/sources/shared/stability/public_preview.md @@ -5,6 +5,7 @@ headless: true --- > **Public preview**: This is a [public preview][] component. Public preview components are subject to breaking -> changes, and may be replaced with equivalent functionality that cover the same use case. +> changes, and may be replaced with equivalent functionality that cover the same use case. The `stability.level` flag must +> be set to `public-preview` or below to use the component. [public preview]: https://grafana.com/docs/release-life-cycle/