mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 05:42:12 +08:00
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:
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: Migrate a plugin
|
||||
aliases:
|
||||
- ../../plugins/developing/migration-guide
|
||||
description: A guide for migrating and updating a Grafana plugin.
|
||||
@ -9,6 +8,11 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Migrate a plugin
|
||||
weight: 500
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate a plugin from AngularJS to React
|
||||
menuTitle: Angular to React
|
||||
description: Guide for migrating plugins from AngularJS to React.
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Angular to React
|
||||
title: Migrate a plugin from AngularJS to React
|
||||
weight: 1000
|
||||
---
|
||||
|
||||
|
@ -6,8 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
title: Migrate plugins from Grafana 10.0.x to 10.1.x
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menutitle: v10.0.x to v10.1.x
|
||||
title: Migrate plugins from Grafana 10.0.x to 10.1.x
|
||||
weight: 1900
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana version 6.x to 7.0
|
||||
menuTitle: v6.x to v7.x
|
||||
description: Guide for migrating plugins from Grafana v6.x to v7.x
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v6.x to v7.x
|
||||
title: Migrate plugins from Grafana version 6.x to 7.0
|
||||
weight: 2500
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana version 7.x.x to 8.x.x
|
||||
menuTitle: v7.x to v8.x
|
||||
description: Guide for migrating plugins from Grafana v7.x to v8.x.
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v7.x to v8.x
|
||||
title: Migrate plugins from Grafana version 7.x.x to 8.x.x
|
||||
weight: 2400
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana version 8.3.x to 8.4.x
|
||||
menuTitle: v8.3.x to v8.4.x
|
||||
description: Guide for migrating plugins from Grafana v8.3.x to v8.4.x
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v8.3.x to v8.4.x
|
||||
title: Migrate plugins from Grafana version 8.3.x to 8.4.x
|
||||
weight: 2200
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana version 8.x to 9.x
|
||||
menuTitle: v8.x to v9.x
|
||||
description: Guide for migrating plugins from Grafana v8.x to v9.x
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v8.x to v9.x
|
||||
title: Migrate plugins from Grafana version 8.x to 9.x
|
||||
weight: 2300
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana version 9.1.x to 9.2.x
|
||||
menuTitle: v9.1.x to v9.2.x
|
||||
description: Guide for migrating plugins from Grafana v9.1.x to v9.2.x
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v9.1.x to v9.2.x
|
||||
title: Migrate plugins from Grafana version 9.1.x to 9.2.x
|
||||
weight: 2100
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana 9.3.x to 9.4.x
|
||||
menuTitle: v9.3.x to v9.4.x
|
||||
description: Guide for migrating plugins from Grafana v9.3.x to v9.4.x
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v9.3.x to v9.4.x
|
||||
title: Migrate plugins from Grafana 9.3.x to 9.4.x
|
||||
weight: 2000
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
---
|
||||
title: Migrate plugins from Grafana version 9.x to 10.x
|
||||
menuTitle: v9.x to v10.x
|
||||
description: Guide for migrating plugins from Grafana v9.x to v10.x
|
||||
keywords:
|
||||
- grafana
|
||||
@ -8,6 +6,12 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: v9.x to v10.x
|
||||
title: Migrate plugins from Grafana version 9.x to 10.x
|
||||
weight: 1900
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user