Docs: Add hide_edition config to the docs (#73576)

This commit is contained in:
Joao Silva
2023-08-22 17:11:10 +01:00
committed by GitHub
parent 27fb922f9b
commit bf5f2c8fb1
2 changed files with 7 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.