[release-11.6.5] docs: Adding clarification to branding docs (#109197)

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot] 2025-08-05 11:49:01 -05:00 committed by GitHub
parent 4919cc30d3
commit 8ff62f18d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -79,6 +79,17 @@ The configuration file in Grafana Enterprise contains the following options. For
;hide_edition = ;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/<YOUR_LOGO.svg>
```
{{< /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. 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 ```ini