From bf5f2c8fb1508ac9627357619d4e2fb76fe677aa Mon Sep 17 00:00:00 2001 From: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:11:10 +0100 Subject: [PATCH] Docs: Add hide_edition config to the docs (#73576) --- .../configure-grafana/configure-custom-branding/index.md | 3 +++ .../configure-grafana/enterprise-configuration/index.md | 4 ++++ 2 files changed, 7 insertions(+) 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.