From f82b2fc7160f5a3447fb811d368a87f9d08df528 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:19:24 +0200 Subject: [PATCH] shows example of how and where to enable public dashboards in config.ini (#53904) (#53912) (cherry picked from commit fb40b801415204ec130f3a966201efb84f1283f2) Co-authored-by: owensmallwood --- docs/sources/dashboards/dashboard-public.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sources/dashboards/dashboard-public.md b/docs/sources/dashboards/dashboard-public.md index 22be16e39e7..9ccdd858b17 100644 --- a/docs/sources/dashboards/dashboard-public.md +++ b/docs/sources/dashboards/dashboard-public.md @@ -27,6 +27,11 @@ dashboard to the world. Add the `publicDashboards` feature toggle to your `custom.ini` file. +``` +[feature_toggles] +publicDashboards = true +``` + > **Note:** For Grafana Cloud, you will need to contact support to have the feature enabled. #### Make a dashboard public