diff --git a/docs/sources/auth/grafana.md b/docs/sources/auth/grafana.md index f8694282dea..04f9bc7d3ab 100644 --- a/docs/sources/auth/grafana.md +++ b/docs/sources/auth/grafana.md @@ -65,6 +65,9 @@ org_name = Main Org. # Role for unauthenticated users, other valid values are `Editor` and `Admin` org_role = Viewer + +# Hide the Grafana version text from the footer and help tooltip for unauthenticated users (default: false) +hide_version = true ``` If you change your organization name in the Grafana UI this setting needs to be updated to match the new name.