From dca5adeb98f7a879ee0c9793a6335ede7aed94ed Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Tue, 14 Mar 2023 15:49:22 +0000 Subject: [PATCH] Increase coverage of 'Grafana Cloud' labels (#64646) * Add 'Grafana Cloud' label to content All pages are applicable to both 'Open source' and 'Grafana Cloud' Signed-off-by: Jack Baldry * Add 'Grafana Cloud' label to administration content with some exceptions - Enterprise licensing is 'Open source' and 'Enterprise'. - 'Manage Organizations', 'Provision Grafana', and 'Stats and License' are 'Open source' only. Signed-off-by: Jack Baldry * Remove OSS from enterprise-licensing content * Apply suggestions from code review --------- Signed-off-by: Jack Baldry --- docs/sources/administration/_index.md | 6 ++++++ docs/sources/administration/enterprise-licensing/_index.md | 4 ++++ .../sources/administration/organization-management/index.md | 4 ++++ docs/sources/administration/provisioning/index.md | 4 ++++ docs/sources/administration/stats-and-license/index.md | 4 ++++ docs/sources/dashboards/_index.md | 6 ++++++ docs/sources/datasources/_index.md | 6 ++++++ docs/sources/explore/_index.md | 6 ++++++ docs/sources/fundamentals/_index.md | 6 ++++++ docs/sources/panels-visualizations/_index.md | 6 ++++++ docs/sources/release-notes/_index.md | 6 ++++++ docs/sources/search/_index.md | 6 ++++++ .../setup-grafana/configure-security/audit-grafana.md | 4 ++++ .../configure-security/configure-authentication/_index.md | 6 ++++++ .../configure-security/configure-request-security.md | 5 +++++ .../setup-grafana/configure-security/configure-team-sync.md | 4 ++++ .../sources/setup-grafana/configure-security/export-logs.md | 4 ++++ docs/sources/troubleshooting/_index.md | 6 ++++++ docs/sources/whatsnew/_index.md | 5 +++++ 19 files changed, 98 insertions(+) diff --git a/docs/sources/administration/_index.md b/docs/sources/administration/_index.md index c9a8a8ea313..ef1699b2158 100644 --- a/docs/sources/administration/_index.md +++ b/docs/sources/administration/_index.md @@ -1,4 +1,10 @@ --- +cascade: + labels: + products: + - cloud + - enterprise + - oss description: Administration title: Administration weight: 40 diff --git a/docs/sources/administration/enterprise-licensing/_index.md b/docs/sources/administration/enterprise-licensing/_index.md index 09ae340da34..815f07c46e5 100644 --- a/docs/sources/administration/enterprise-licensing/_index.md +++ b/docs/sources/administration/enterprise-licensing/_index.md @@ -8,6 +8,10 @@ aliases: - ../enterprise/license/license-expiration/ - ../enterprise/license/license-restrictions/ - license-restrictions/ +cascade: + labels: + products: + - enterprise description: Activate and manage a Grafana Enterprise license keywords: - grafana diff --git a/docs/sources/administration/organization-management/index.md b/docs/sources/administration/organization-management/index.md index 92fbbdce6e1..9214c79635a 100644 --- a/docs/sources/administration/organization-management/index.md +++ b/docs/sources/administration/organization-management/index.md @@ -8,6 +8,10 @@ description: Describes how to use organizations to isolate dashboard to users an keywords: - organizations - dashboards +labels: + products: + - enterprise + - oss menuTitle: Manage organizations title: Manage organizations weight: 200 diff --git a/docs/sources/administration/provisioning/index.md b/docs/sources/administration/provisioning/index.md index c243fc68f12..323d32e6313 100644 --- a/docs/sources/administration/provisioning/index.md +++ b/docs/sources/administration/provisioning/index.md @@ -5,6 +5,10 @@ description: Describes provisioning settings for Grafana using configuration fil keywords: - grafana - provisioning +labels: + products: + - enterprise + - oss title: Provision Grafana weight: 600 --- diff --git a/docs/sources/administration/stats-and-license/index.md b/docs/sources/administration/stats-and-license/index.md index 955ce8a03a6..b84ced7dcaf 100644 --- a/docs/sources/administration/stats-and-license/index.md +++ b/docs/sources/administration/stats-and-license/index.md @@ -11,6 +11,10 @@ keywords: - configuration - server - settings +labels: + products: + - enterprise + - oss title: Stats and license weight: 400 --- diff --git a/docs/sources/dashboards/_index.md b/docs/sources/dashboards/_index.md index c548e42e61c..11c1d5055d5 100644 --- a/docs/sources/dashboards/_index.md +++ b/docs/sources/dashboards/_index.md @@ -1,6 +1,12 @@ --- aliases: - features/dashboard/dashboards/ +cascade: + labels: + products: + - cloud + - enterprise + - oss title: Dashboards weight: 70 --- diff --git a/docs/sources/datasources/_index.md b/docs/sources/datasources/_index.md index cd1bf1dd095..c85f69d6021 100644 --- a/docs/sources/datasources/_index.md +++ b/docs/sources/datasources/_index.md @@ -2,6 +2,12 @@ aliases: - data-sources/ - overview/ +cascade: + labels: + products: + - cloud + - enterprise + - oss title: Data sources weight: 60 --- diff --git a/docs/sources/explore/_index.md b/docs/sources/explore/_index.md index a39007e0ee1..244628dfcc7 100644 --- a/docs/sources/explore/_index.md +++ b/docs/sources/explore/_index.md @@ -1,6 +1,12 @@ --- aliases: - features/explore/ +cascade: + labels: + products: + - cloud + - enterprise + - oss keywords: - explore - loki diff --git a/docs/sources/fundamentals/_index.md b/docs/sources/fundamentals/_index.md index 82adaa25c94..00a3b23e553 100644 --- a/docs/sources/fundamentals/_index.md +++ b/docs/sources/fundamentals/_index.md @@ -1,6 +1,12 @@ --- aliases: - basics/ +cascade: + labels: + products: + - cloud + - enterprise + - oss title: Fundamentals weight: 8 --- diff --git a/docs/sources/panels-visualizations/_index.md b/docs/sources/panels-visualizations/_index.md index d5f6742c79a..a0097eabbc4 100644 --- a/docs/sources/panels-visualizations/_index.md +++ b/docs/sources/panels-visualizations/_index.md @@ -3,6 +3,12 @@ aliases: - dashboards/configure-panels-visualizations/ - features/panels/panels/ - panels/ +cascade: + labels: + products: + - cloud + - enterprise + - oss keywords: - grafana - configure diff --git a/docs/sources/release-notes/_index.md b/docs/sources/release-notes/_index.md index 1b6b009f1de..1480c23ac84 100644 --- a/docs/sources/release-notes/_index.md +++ b/docs/sources/release-notes/_index.md @@ -1,4 +1,10 @@ --- +cascade: + labels: + products: + - cloud + - enterprise + - oss title: Release notes weight: 10000 --- diff --git a/docs/sources/search/_index.md b/docs/sources/search/_index.md index b31c80748d3..5cb68b0aeff 100644 --- a/docs/sources/search/_index.md +++ b/docs/sources/search/_index.md @@ -1,6 +1,12 @@ --- aliases: - ./ +cascade: + labels: + products: + - cloud + - enterprise + - oss description: Learn how to search for Grafana dashboards keywords: - search diff --git a/docs/sources/setup-grafana/configure-security/audit-grafana.md b/docs/sources/setup-grafana/configure-security/audit-grafana.md index c0bbafce2d0..1bc989ea6d3 100644 --- a/docs/sources/setup-grafana/configure-security/audit-grafana.md +++ b/docs/sources/setup-grafana/configure-security/audit-grafana.md @@ -7,6 +7,10 @@ keywords: - auditing - audit - logs +labels: + products: + - cloud + - enterprise title: Audit a Grafana instance weight: 800 --- diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md index 158c51117d1..3ab253dec0a 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md @@ -2,6 +2,12 @@ aliases: - ../../auth/ - ../../auth/overview/ +cascade: + labels: + products: + - cloud + - enterprise + - oss description: Learn about all the ways in which you can configure Grafana to authenticate users. title: Configure authentication diff --git a/docs/sources/setup-grafana/configure-security/configure-request-security.md b/docs/sources/setup-grafana/configure-security/configure-request-security.md index 4d4f7eb4690..bd8b6b39c84 100644 --- a/docs/sources/setup-grafana/configure-security/configure-request-security.md +++ b/docs/sources/setup-grafana/configure-security/configure-request-security.md @@ -4,6 +4,11 @@ aliases: description: Request security enables you to limit requests from the Grafana server by targeting requests generated by users, such as data source metric queries and alert notifications. +labels: + products: + - cloud + - enterprise + - oss title: Configure request security weight: 1100 --- diff --git a/docs/sources/setup-grafana/configure-security/configure-team-sync.md b/docs/sources/setup-grafana/configure-security/configure-team-sync.md index 0566e697318..a3e344c376c 100644 --- a/docs/sources/setup-grafana/configure-security/configure-team-sync.md +++ b/docs/sources/setup-grafana/configure-security/configure-team-sync.md @@ -5,6 +5,10 @@ aliases: - ../../enterprise/team-sync/ description: Learn how to use Team Sync to synchronize between your authentication provider teams and Grafana teams. +labels: + products: + - cloud + - enterprise title: Configure Team Sync weight: 1000 --- diff --git a/docs/sources/setup-grafana/configure-security/export-logs.md b/docs/sources/setup-grafana/configure-security/export-logs.md index 3f11dae3c87..ca7bfa95df0 100644 --- a/docs/sources/setup-grafana/configure-security/export-logs.md +++ b/docs/sources/setup-grafana/configure-security/export-logs.md @@ -7,6 +7,10 @@ keywords: - export - usage-insights - enterprise +labels: + products: + - cloud + - oss title: Export logs of usage insights weight: 900 --- diff --git a/docs/sources/troubleshooting/_index.md b/docs/sources/troubleshooting/_index.md index feff9f7bb8e..e3805d150bf 100644 --- a/docs/sources/troubleshooting/_index.md +++ b/docs/sources/troubleshooting/_index.md @@ -1,6 +1,12 @@ --- aliases: - troubleshoot-dashboards/ +cascade: + labels: + products: + - cloud + - enterprise + - oss description: Guide to troubleshooting Grafana problems keywords: - grafana diff --git a/docs/sources/whatsnew/_index.md b/docs/sources/whatsnew/_index.md index 21988eb5ae3..62da2dee350 100644 --- a/docs/sources/whatsnew/_index.md +++ b/docs/sources/whatsnew/_index.md @@ -53,6 +53,11 @@ aliases: - whats-new-in-v6-5/ - whats-new-in-v6-6/ - whats-new-in-v6-7/ +cascade: + labels: + products: + - cloud + - oss title: What's new weight: 1 ---