mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
Docs: Clarify that some GA flags may be disabled by default (#88284)
This commit is contained in:
parent
0ab0900f00
commit
1e70cd8dad
@ -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…
Reference in New Issue
Block a user