From c19c4b9e2c80c45450a7dd89c689ae3bf3809c6a Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:02:45 -0500 Subject: [PATCH] [v10.1.x] Docs: copy edit (#77221) Docs: copy edit (#76652) * copy edit * Update docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md * Update docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md * Apply suggestions from code review (cherry picked from commit 4e782e04cfa09f750ae319f47bbb061af1ab63b8) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- .../configure-custom-branding/index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md b/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md index ff0634252eb..9e1a5612d01 100644 --- a/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md +++ b/docs/sources/setup-grafana/configure-grafana/configure-custom-branding/index.md @@ -13,15 +13,15 @@ weight: 300 # Configure custom branding -Custom branding allows you to replace the Grafana brand and logo with your own corporate brand and logo. +Custom branding enables you to replace the Grafana Labs brand and logo with your corporate brand and logo. {{% admonition type="note" %}} -Available in [Grafana Enterprise]({{< relref "../../../introduction/grafana-enterprise" >}}) and [Grafana Cloud](/docs/grafana-cloud). For Cloud Advanced and Enterprise customers, please provide your desired custom elements and corresponding logos to our Support team. We will help you in hosting your images and updating your Custom Branding. +Available in [Grafana Enterprise]({{< relref "../../../introduction/grafana-enterprise" >}}) and [Grafana Cloud](/docs/grafana-cloud). For Cloud Advanced and Enterprise customers, please provide custom elements and logos to our Support team. We will help you host your images and update your custom branding. {{% /admonition %}} -Grafana Enterprise has custom branding options in the `grafana.ini` file. As with all configuration options, you can also set them with environment variables. +The `grafana.ini` file includes Grafana Enterprise custom branding. As with all configuration options, you can use environment variables to set custom branding. -You can change the following elements: +With custom branding, you have the ability to modify the following elements: - Application title - Login background @@ -38,7 +38,7 @@ You can change the following elements: {{< figure src="/static/img/docs/v66/whitelabeling_1.png" max-width="800px" caption="Custom branding example" >}} -The configuration file in Grafana Enterprise contains the following options. Each option is defined in the file. For more information about configuring Grafana, refer to [Configuration]({{< relref "../../configure-grafana" >}}). +The configuration file in Grafana Enterprise contains the following options. For more information about configuring Grafana, refer to [Configure Grafana]({{< relref "../../configure-grafana" >}}). ```ini # Enterprise only @@ -78,8 +78,7 @@ The configuration file in Grafana Enterprise contains the following options. Eac ;hide_edition = ``` -You can replace the default footer links (Documentation, Support, Community) and even add your own custom links. -An example follows for replacing the default footer and help links with new custom links. +You have the option of adding custom links in place of the default footer links (Documentation, Support, Community). Below is an example of how to replace the default footer and help links with custom links. ```ini footer_links = support guides extracustom @@ -91,7 +90,7 @@ footer_links_extracustom_text = Custom text footer_links_extracustom_url = http://your.custom.site ``` -Here is the same example using environment variables instead of the custom.ini or grafana.ini file. +The following example shows configuring custom branding using environment variables instead of the `custom.ini` or `grafana.ini` files. ``` GF_WHITE_LABELING_FOOTER_LINKS=support guides extracustom @@ -110,9 +109,9 @@ The following two links are always present in the footer: - Grafana edition - Grafana version with build number -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. +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 public 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.