Docs: Clarify that some GA flags may be disabled by default (#88284)

pull/88556/head
Piotr Jamróz 2 years ago committed by GitHub
parent 0ab0900f00
commit 1e70cd8dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md
  2. 2
      pkg/services/featuremgmt/toggles_gen_test.go

@ -19,7 +19,7 @@ For more information about feature release stages, refer to [Release life cycle
## General availability feature toggles
[Generally available](https://grafana.com/docs/release-life-cycle/#general-availability) features are enabled by default. You can disable these feature by setting the feature flag to "false" in the configuration.
Most [generally available](https://grafana.com/docs/release-life-cycle/#general-availability) features are enabled by default. You can disable these feature by setting the feature flag to "false" in the configuration.
| Feature toggle name | Description | Enabled by default |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |

@ -341,7 +341,7 @@ For more information about feature release stages, refer to [Release life cycle
## General availability feature toggles
[Generally available](https://grafana.com/docs/release-life-cycle/#general-availability) features are enabled by default. You can disable these feature by setting the feature flag to "false" in the configuration.
Most [generally available](https://grafana.com/docs/release-life-cycle/#general-availability) features are enabled by default. You can disable these feature by setting the feature flag to "false" in the configuration.
` + writeToggleDocsTable(func(flag FeatureFlag) bool {
return flag.Stage == FeatureStageGeneralAvailability

Loading…
Cancel
Save