diff --git a/docs/sources/enterprise/_index.md b/docs/sources/enterprise/_index.md index d1c944217fb..7a65c25bd79 100644 --- a/docs/sources/enterprise/_index.md +++ b/docs/sources/enterprise/_index.md @@ -63,7 +63,7 @@ Grafana Enterprise adds the following features: - [Data source query caching]({{< relref "query-caching/" >}}) to temporarily store query results in Grafana to reduce data source load and rate limiting. - [Reporting]({{< relref "reporting/" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whoever you choose. - [Export dashboard as PDF]({{< relref "export-pdf/" >}}) -- [White labeling]({{< relref "../setup-grafana/enable-custom-branding/" >}}) to customize Grafana from the brand and logo to the footer links. +- [Custom branding]({{< relref "../setup-grafana/configure-grafana/configure-custom-branding/" >}}) to customize Grafana from the brand and logo to the footer links. - [Usage insights]({{< relref "usage-insights/" >}}) to understand how your Grafana instance is used. - [Vault integration]({{< relref "../setup-grafana/configure-security/configure-database-encryption/integrate-with-hashicorp-vault/" >}}) to manage your configuration or provisioning secrets with Vault. - [Auditing]({{< relref "../setup-grafana/configure-security/audit-grafana/" >}}) tracks important changes to your Grafana instance to help you manage and mitigate suspicious activity and meet compliance requirements. diff --git a/docs/sources/introduction/grafana-enterprise.md b/docs/sources/introduction/grafana-enterprise.md index ff3904793dc..4ad17e02753 100644 --- a/docs/sources/introduction/grafana-enterprise.md +++ b/docs/sources/introduction/grafana-enterprise.md @@ -54,7 +54,7 @@ Grafana Enterprise adds the following features: - [Data source query caching]({{< relref "../enterprise/query-caching.md" >}}) to temporarily store query results in Grafana to reduce data source load and rate limiting. - [Reporting]({{< relref "../enterprise/reporting.md" >}}) to generate a PDF report from any dashboard and set up a schedule to have it emailed to whoever you choose. - [Export dashboard as PDF]({{< relref "../enterprise/export-pdf.md" >}}) -- [White labeling]({{< relref "../setup-grafana/enable-custom-branding/" >}}) to customize Grafana from the brand and logo to the footer links. +- [Custom branding]({{< relref "../setup-grafana/configure-grafana/configure-custom-branding/" >}}) to customize Grafana from the brand and logo to the footer links. - [Usage insights]({{< relref "../enterprise/usage-insights/" >}}) to understand how your Grafana instance is used. - [Vault integration]({{< relref "../setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault/" >}}) to manage your configuration or provisioning secrets with Vault. - [Auditing]({{< relref "../setup-grafana/configure-security/audit-grafana/" >}}) tracks important changes to your Grafana instance to help you manage and mitigate suspicious activity and meet compliance requirements. diff --git a/docs/sources/setup-grafana/configure-grafana/configure-custom-branding.md b/docs/sources/setup-grafana/configure-grafana/configure-custom-branding.md index 246b74e4638..6df0023ded6 100644 --- a/docs/sources/setup-grafana/configure-grafana/configure-custom-branding.md +++ b/docs/sources/setup-grafana/configure-grafana/configure-custom-branding.md @@ -4,7 +4,7 @@ aliases: - /docs/grafana/latest/setup-grafana/enable-custom-branding/ - /docs/grafana/latest/setup-grafana/configure-grafana/configure-custom-branding/ description: Change the look of Grafana to match your corporate brand. -title: Enable custom branding +title: Configure custom branding weight: 300 ---