From b2712d5086fcb0024b054df24a9059b8e2f09758 Mon Sep 17 00:00:00 2001
From: "grafana-delivery-bot[bot]"
<132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
Date: Mon, 9 Jun 2025 16:40:08 -0500
Subject: [PATCH] [release-12.0.2] Removes Feature Management Section (#106457)
Removes Feature Management Section (#105766)
Update _index.md
Feature Toggles page has been removed.
Recommending to remove this from our docs
(cherry picked from commit 219461a58d43b24c5351e02767ade285feb0e508)
Co-authored-by: andrewthomas92 <97256915+andrewthomas92@users.noreply.github.com>
---
.../setup-grafana/configure-grafana/_index.md | 28 -------------------
1 file changed, 28 deletions(-)
diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md
index ff082322cb8..0da8a4528ea 100644
--- a/docs/sources/setup-grafana/configure-grafana/_index.md
+++ b/docs/sources/setup-grafana/configure-grafana/_index.md
@@ -2706,34 +2706,6 @@ Some feature toggles for stable features are on by default. Use this setting to
-### `[feature_management]`
-
-The options in this section configure the experimental Feature Toggle Admin Page feature, which is enabled using the `featureToggleAdminPage` feature toggle. Grafana Labs offers support on a best-effort basis, and breaking changes might occur prior to the feature being made generally available.
-
-For more information, refer to [Configure feature toggles](feature-toggles/).
-
-#### `allow_editing`
-
-Lets you switch the feature toggle state in the feature management page. The default is `false`.
-
-#### `update_webhook`
-
-Set the URL of the controller that manages the feature toggle updates. If not set, feature toggles in the feature management page are read-only.
-
-{{< admonition type="note" >}}
-The API for feature toggle updates has not been defined yet.
-{{< /admonition >}}
-
-#### `hidden_toggles`
-
-Hide additional specific feature toggles from the feature management page. By default, feature toggles in the `unknown`, `experimental`, and `private preview` stages are hidden from the UI. Use this option to hide toggles in the `public preview`, `general availability`, and `deprecated` stages.
-
-#### `read_only_toggles`
-
-Use to disable updates for additional specific feature toggles in the feature management page. By default, feature toggles can only be updated if they are in the `general availability` and `deprecated`stages. Use this option to disable updates for toggles in those stages.
-
-
-
### `[date_formats]`
This section controls system-wide defaults for date formats used in time ranges, graphs, and date input boxes.