Docs: update docs to reflect new sharing UI (#90630)

Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Isabel Matwawana
2024-09-25 09:42:58 -04:00
committed by GitHub
parent f80d3d687d
commit dbf0949ca7
23 changed files with 765 additions and 598 deletions

View File

@@ -112,22 +112,22 @@ The following two links are always present in the footer:
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
## Custom branding for shared 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.
In addition to the customizations described below, you can customize the footer of your shared dashboards.
To customize the footer of a shared 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`.
# Hides the footer for the shared dashboards if set to `true`.
# 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. Default is `grafana-logo` and will display the Grafana logo.
# Set to complete url to override shared dashboard footer logo. Default is `grafana-logo` and will display the Grafana logo.
# An empty value will hide the footer logo.
;footer_logo =