mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Add hide_edition config to the docs (#73576)
This commit is contained in:
@@ -73,6 +73,9 @@ The configuration file in Grafana Enterprise contains the following options. Eac
|
|||||||
|
|
||||||
# Set to complete URL to override loading logo
|
# Set to complete URL to override loading logo
|
||||||
;loading_logo =
|
;loading_logo =
|
||||||
|
|
||||||
|
# Set to `true` to remove the Grafana edition from appearing in the footer
|
||||||
|
;hide_edition =
|
||||||
```
|
```
|
||||||
|
|
||||||
You can replace the default footer links (Documentation, Support, Community) and even add your own custom links.
|
You can replace the default footer links (Documentation, Support, Community) and even add your own custom links.
|
||||||
|
|||||||
@@ -82,6 +82,10 @@ Set to complete URL to override fav icon (icon shown in browser tab).
|
|||||||
|
|
||||||
Set to complete URL to override Apple/iOS icon.
|
Set to complete URL to override Apple/iOS icon.
|
||||||
|
|
||||||
|
### hide_edition
|
||||||
|
|
||||||
|
Set to `true` to remove the Grafana edition from appearing in the footer.
|
||||||
|
|
||||||
### footer_links
|
### footer_links
|
||||||
|
|
||||||
List the link IDs to use here. Grafana will look for matching link configurations, the link IDs should be space-separated and contain no whitespace.
|
List the link IDs to use here. Grafana will look for matching link configurations, the link IDs should be space-separated and contain no whitespace.
|
||||||
|
|||||||
Reference in New Issue
Block a user