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

This commit is contained in:
Piotr Jamróz 2024-05-31 16:18:54 +02:00 committed by GitHub
parent 0ab0900f00
commit 1e70cd8dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |

View File

@ -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