From 3152d0ec59f2ae1ae59447e4e8333ae087cb7293 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:48:55 -0500 Subject: [PATCH] [release-11.5.8] docs: Adding clarification to branding docs (#109196) Co-authored-by: Jacob Valdez --- .../configure-custom-branding/index.md | 11 +++++++++++ 1 file changed, 11 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 a0a33ea3229..83a9e3fde07 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 @@ -79,6 +79,17 @@ The configuration file in Grafana Enterprise contains the following options. For ;hide_edition = ``` +{{< admonition type="note" >}} +For the `login_logo` option, Grafana recommends using SVG files that are 48 pixels by 48 pixels or smaller. You also don't need to use the `url()` function for `login_logo`. + +Additionally, you can copy images to the local Grafana image directory, `/usr/share/grafana/public/img/`, and set `login_logo` to the stored image. For example: + +```ini +login_logo = /public/img/ +``` + +{{< /admonition >}} + You have the option of adding custom links in place of the default footer links (Documentation, Support, Community). Below is an example of how to replace the default footer and help links with custom links. ```ini