mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user