diff --git a/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md b/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md index 0f0cb4ec668..ff0634252eb 100644 --- a/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md +++ b/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md @@ -73,6 +73,9 @@ The configuration file in Grafana Enterprise contains the following options. Eac # Set to complete URL to override loading logo ;loading_logo = + +# Set to `true` to remove the Grafana edition from appearing in the footer +;hide_edition = ``` You can replace the default footer links (Documentation, Support, Community) and even add your own custom links. diff --git a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md index 05a560a8b5e..a1971ab40f0 100644 --- a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md +++ b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md @@ -82,6 +82,10 @@ Set to complete URL to override fav icon (icon shown in browser tab). Set to complete URL to override Apple/iOS icon. +### hide_edition + +Set to `true` to remove the Grafana edition from appearing in the footer. + ### footer_links List the link IDs to use here. Grafana will look for matching link configurations, the link IDs should be space-separated and contain no whitespace.