mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Adding documentation for custom branding on public dashboards (#58090)
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
@@ -101,3 +101,27 @@ GF_WHITE_LABELING_FOOTER_LINKS_EXTRACUSTOM_URL=http://your.custom.site
|
||||
- Grafana version with build number
|
||||
|
||||
If you specify `footer_links` or `GF_WHITE_LABELING_FOOTER_LINKS`, then all other default links are removed from the footer and only what is specified is included.
|
||||
|
||||
## Custom branding for Public Dashboards
|
||||
|
||||
In addition to the customizations described below, you can customize the footer of your public dashboards.
|
||||
To customize the footer of a public dashboard, add the following section to the `grafana.ini` file.
|
||||
|
||||
```ini
|
||||
[white_labeling.public_dashboards]
|
||||
|
||||
# Hides the footer for the public dashboards if set to "true". If
|
||||
# example: footer_hide = "true"
|
||||
;footer_hide =
|
||||
|
||||
# Set to text shown in the footer
|
||||
;footer_text =
|
||||
|
||||
# Set to complete url to override public dashboard footer logo
|
||||
;footer_logo =
|
||||
|
||||
# Set to link for the footer
|
||||
;footer_link =
|
||||
```
|
||||
|
||||
If you specify `footer_hide` to `true`, all the other values are ignored because the footer will not be shown.
|
||||
|
||||
Reference in New Issue
Block a user