Skip to content

Commit

Permalink
Docs: Clarify that some GA flags may be disabled by default (#88284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost authored and kminehart committed Jun 10, 2024
1 parent 98b40c2 commit 46c63ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion pkg/services/featuremgmt/toggles_gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46c63ec

Please sign in to comment.