From 8d17e60a6bbcf8261bc5e0cd2270ea7a7953a06e Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:34:54 -0400 Subject: [PATCH] Docs: remove enablement section (#77214) Removed enablement section --- docs/sources/dashboards/dashboard-public/index.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/sources/dashboards/dashboard-public/index.md b/docs/sources/dashboards/dashboard-public/index.md index 0b5c2f901ab..5b4d9e6ed0a 100644 --- a/docs/sources/dashboards/dashboard-public/index.md +++ b/docs/sources/dashboards/dashboard-public/index.md @@ -27,21 +27,6 @@ You can see a list of all your public dashboards in one place by navigating to * - Arbitrary queries **cannot** be run against your data sources through public dashboards. Public dashboards can only execute the queries stored on the original dashboard. -## Enable the feature - -Add the `publicDashboards` feature toggle to your `custom.ini` file. - -``` -[feature_toggles] -publicDashboards = true -``` - -If you are using Docker, use an environment variable to enable public dashboards: - -``` ---env GF_FEATURE_TOGGLES_ENABLE=publicDashboards -``` - ## Make a dashboard public 1. Click the sharing icon in the dashboard header.