mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
Docs: Add hide_edition config to the docs (#73576)
This commit is contained in:
parent
27fb922f9b
commit
bf5f2c8fb1
@ -73,6 +73,9 @@ The configuration file in Grafana Enterprise contains the following options. Eac
|
||||
|
||||
# Set to complete URL to override 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.
|
||||
|
@ -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.
|
||||
|
||||
### hide_edition
|
||||
|
||||
Set to `true` to remove the Grafana edition from appearing in the footer.
|
||||
|
||||
### 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.
|
||||
|
Loading…
Reference in New Issue
Block a user