Docs: remove enablement section (#77214)

Removed enablement section
This commit is contained in:
Isabel 2023-10-26 11:34:54 -04:00 committed by GitHub
parent dc0ff5a0aa
commit 8d17e60a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.