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,13 +1,17 @@
---
title: Develop a Grafana plugin
menuTitle: Develop a plugin
description: An index of how-to topics for Grafana plugin development.
keywords:
- grafana
- plugins
- plugin
- development
- documentation
description: An index of how-to topics for Grafana plugin development.
labels:
products:
- enterprise
- oss
menuTitle: Develop a plugin
title: Develop a Grafana plugin
weight: 100
---

View File

@ -1,7 +1,5 @@
---
title: Build a data source backend plugin
description: Create a backend for your data source plugin.
weight: 400
keywords:
- grafana
- plugins
@ -9,6 +7,12 @@ keywords:
- backend
- backend data source
- datasource
labels:
products:
- enterprise
- oss
title: Build a data source backend plugin
weight: 400
---
## Introduction

View File

@ -1,13 +1,17 @@
---
title: Build a data source plugin
description: Create a plugin to add support for your own data sources.
weight: 300
keywords:
- grafana
- plugins
- plugin
- data source
- datasource
labels:
products:
- enterprise
- oss
title: Build a data source plugin
weight: 300
---
## Introduction

View File

@ -1,8 +1,7 @@
---
title: Build a logs data source plugin
description: How to build a logs data source plugin.
aliases:
- ../../../plugins/build-a-logs-data-source-plugin/
description: How to build a logs data source plugin.
keywords:
- grafana
- plugins
@ -10,6 +9,11 @@ keywords:
- logs
- logs data source
- datasource
labels:
products:
- enterprise
- oss
title: Build a logs data source plugin
weight: 500
---

View File

@ -1,7 +1,5 @@
---
title: Build a panel plugin with D3.js
description: how to use D3.js in your panel plugins.
weight: 200
keywords:
- grafana
- plugins
@ -10,6 +8,12 @@ keywords:
- d3
- panel
- panel plugin
labels:
products:
- enterprise
- oss
title: Build a panel plugin with D3.js
weight: 200
---
## Introduction

View File

@ -1,7 +1,5 @@
---
title: Build a panel plugin
description: Learn how to create a custom visualization for your dashboards.
weight: 100
keywords:
- grafana
- plugins
@ -10,6 +8,12 @@ keywords:
- custom visualization
- dashboard
- dashboards
labels:
products:
- enterprise
- oss
title: Build a panel plugin
weight: 100
---
## Introduction

View File

@ -1,5 +1,4 @@
---
title: Build a streaming data source plugin
aliases:
- ../../../plugins/build-a-streaming-data-source-plugin/
description: How to build a streaming data source plugin.
@ -10,6 +9,11 @@ keywords:
- streaming
- streaming data source
- datasource
labels:
products:
- enterprise
- oss
title: Build a streaming data source plugin
weight: 600
---

View File

@ -1,7 +1,5 @@
---
title: Build an app plugin
description: Learn at how to create an app for Grafana.
weight: 700
draft: true
keywords:
- grafana
@ -9,6 +7,12 @@ keywords:
- plugin
- app
- app plugin
labels:
products:
- enterprise
- oss
title: Build an app plugin
weight: 700
---
## Introduction

View File

@ -1,5 +1,4 @@
---
title: Work with data frames
aliases:
- ../../../plugins/working-with-data-frames/
description: How to work with data frames.
@ -9,6 +8,11 @@ keywords:
- plugin
- data frames
- dataframes
labels:
products:
- enterprise
- oss
title: Work with data frames
weight: 900
---