diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 3fa0cd28274..baa02020ab3 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -3175,10 +3175,18 @@ Move an app plugin (referenced by its id), including all its pages, to a specifi Move an individual app plugin page (referenced by its `path` field) to a specific navigation section. Format: ` = ` +
+ ### `[public_dashboards]` This section configures the [shared dashboards](https://grafana.com/docs/grafana//dashboards/share-dashboards-panels/shared-dashboards/) feature. +#### `enabled` + +Set this to `false` to disable the shared dashboards feature. This prevents users from creating new shared dashboards and disables existing ones. + +
+ ### `[cloud_migration]` Configure the Grafana Cloud Migration Assistant. @@ -3254,7 +3262,3 @@ For more information, refer to the [Prevent duplicated alert notifications](http #### `resource_storage_type` Resource snapshot storage type. Options are `db` (database) or `fs` (file system). Default is `"db"`. - -#### `enabled` - -Set this to `false` to disable the shared dashboards feature. This prevents users from creating new shared dashboards and disables existing ones.