Explicitly set all front matter labels in the source files (#71548)

* Set every page to have defaults of 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/enterprise-licensing pages to have 'Enterprise' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/recorded-queries pages to have labels cloud,enterprise

* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set administration/stats-and-license pages to have labels cloud,enterprise

* Set alerting pages to have labels cloud,enterprise,oss

* Set breaking-changes pages to have labels cloud,enterprise,oss

* Set dashboards pages to have labels cloud,enterprise,oss

* Set datasources pages to have labels cloud,enterprise,oss

* Set explore pages to have labels cloud,enterprise,oss

* Set fundamentals pages to have labels cloud,enterprise,oss

* Set introduction/grafana-cloud pages to have labels cloud

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix introduction pages products

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set panels-visualizations pages to have labels cloud,enterprise,oss

* Set release-notes pages to have labels cloud,enterprise,oss

* Set search pages to have labels cloud,enterprise,oss

* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss

* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise

* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Set troubleshooting pages to have labels cloud,enterprise,oss

* Set whatsnew pages to have labels cloud,enterprise,oss

* Apply updated labels from review

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
Jack Baldry
2023-07-18 09:10:12 +01:00
committed by GitHub
parent ec479b8d88
commit 7eb17bccca
687 changed files with 5085 additions and 2332 deletions

View File

@ -1,6 +1,5 @@
---
title: Extend a Grafana plugin
menuTitle: Extend a plugin
description: An index of how-to topics for extending or enhancing Grafana plugins.
keywords:
- grafana
- plugins
@ -8,7 +7,12 @@ keywords:
- development
- extension
- documentation
description: An index of how-to topics for extending or enhancing Grafana plugins.
labels:
products:
- enterprise
- oss
menuTitle: Extend a plugin
title: Extend a Grafana plugin
weight: 200
---

View File

@ -1,14 +1,18 @@
---
title: Add anonymous usage reporting
aliases:
- ../../../plugins/add-anonymous-usage-reporting/
description: How to add anonymous usage tracking to your Grafana plugin.
keywords:
- grafana
- plugins
- plugin
- anonymous usage
- reporting
description: How to add anonymous usage tracking to your Grafana plugin.
labels:
products:
- enterprise
- oss
title: Add anonymous usage reporting
weight: 200
---

View File

@ -1,18 +1,20 @@
---
title: Add authentication for data source plugins
aliases:
- ../../../plugins/add-authentication-for-data-source-plugins/
- ../../plugins/developing/auth-for-datasources/
- /docs/grafana/next/developers/plugins/authentication/
description: How to add authentication for data source plugins.
keywords:
keywords:
- grafana
- plugins
- plugin
- authentication
- data source
- datasource
aliases:
- ../../plugins/developing/auth-for-datasources/
- /docs/grafana/next/developers/plugins/authentication/
labels:
products:
- enterprise
- oss
title: Add authentication for data source plugins
weight: 300
---

View File

@ -1,7 +1,7 @@
---
title: Add distributed tracing for backend plugins
aliases:
- ../../../plugins/add-distributed-tracing-for-backend-plugins/
description: How to add distributed tracing for backend plugins.
keywords:
- grafana
- plugins
@ -10,7 +10,11 @@ keywords:
- tracing
- backend
- back-end
description: How to add distributed tracing for backend plugins.
labels:
products:
- enterprise
- oss
title: Add distributed tracing for backend plugins
weight: 350
---

View File

@ -1,7 +1,7 @@
---
title: Add query editor help
aliases:
- ../../../plugins/add-query-editor-help/
description: How to add a help component to query editors in Grafana.
keywords:
- grafana
- plugins
@ -9,7 +9,11 @@ keywords:
- queries
- query editor
- query editor help
description: How to add a help component to query editors in Grafana.
labels:
products:
- enterprise
- oss
title: Add query editor help
weight: 500
---

View File

@ -1,6 +1,4 @@
---
title: Enable annotations
menuTitle: Enable annotations
aliases:
- ../../../plugins/add-support-for-annotations/
description: Add support for annotations in your plugin.
@ -9,6 +7,12 @@ keywords:
- plugins
- plugin
- annotations
labels:
products:
- enterprise
- oss
menuTitle: Enable annotations
title: Enable annotations
weight: 100
---

View File

@ -1,5 +1,4 @@
---
title: Add features to Explore queries
aliases:
- ../../../plugins/add-support-for-explore-queries/
description: Add features to Explore queries.
@ -10,6 +9,11 @@ keywords:
- queries
- explore queries
- explore
labels:
products:
- enterprise
- oss
title: Add features to Explore queries
weight: 400
---

View File

@ -1,5 +1,4 @@
---
title: Add support for variables
aliases:
- ../../../plugins/add-support-for-variables/
description: Add support for variables.
@ -9,6 +8,11 @@ keywords:
- plugin
- queries
- variables
labels:
products:
- enterprise
- oss
title: Add support for variables
weight: 600
---

View File

@ -1,7 +1,7 @@
---
title: Work with cross-plugin links
aliases:
- ../../../plugins/cross-plugin-linking/
description: Learn how to add plugin links to a Grafana app plugin.
keywords:
- grafana
- plugins
@ -10,7 +10,11 @@ keywords:
- cross-plugin links
- extensions
- extensions api
description: Learn how to add plugin links to a Grafana app plugin.
labels:
products:
- enterprise
- oss
title: Work with cross-plugin links
weight: 800
---

View File

@ -1,5 +1,4 @@
---
title: Build a custom panel option editor
aliases:
- ../../../plugins/custom-panel-option-editors/
description: How to build a custom panel option editor.
@ -10,6 +9,11 @@ keywords:
- custom panel option editor
- customizing panel options
- panel options
labels:
products:
- enterprise
- oss
title: Build a custom panel option editor
weight: 700
---

View File

@ -1,7 +1,7 @@
---
title: Use extensions to add links to app plugins
aliases:
- ../../../plugins/extend-the-grafana-ui-with-links/
description: Learn how to add links to the Grafana user interface from an app plugin
keywords:
- grafana
- plugins
@ -9,7 +9,11 @@ keywords:
- links
- extensions
- app plugins
description: Learn how to add links to the Grafana user interface from an app plugin
labels:
products:
- enterprise
- oss
title: Use extensions to add links to app plugins
weight: 760
---