mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 10:57:19 +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,9 +1,13 @@
|
||||
---
|
||||
title: Grafana plugin developer's guide
|
||||
menuTitle: Plugin developer's guide
|
||||
aliases:
|
||||
- ../plugins/developing/
|
||||
description: Resources for creating Grafana plugins
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Plugin developer's guide
|
||||
title: Grafana plugin developer's guide
|
||||
weight: 200
|
||||
---
|
||||
|
||||
|
@ -1,12 +1,16 @@
|
||||
---
|
||||
title: Create a Grafana plugin
|
||||
menuTitle: Create a plugin
|
||||
description: An index of how-to topics for Grafana plugin development.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- plugin
|
||||
- documentation
|
||||
description: An index of how-to topics for Grafana plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Create a plugin
|
||||
title: Create a Grafana plugin
|
||||
weight: 300
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -1,12 +1,16 @@
|
||||
---
|
||||
title: Get started with Grafana plugin development
|
||||
menuTitle: Get started with plugins
|
||||
description: Get started with Grafana plugin development.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- plugin
|
||||
- documentation
|
||||
description: Get started with Grafana plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Get started with plugins
|
||||
title: Get started with Grafana plugin development
|
||||
weight: 200
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: Develop with a local environment
|
||||
aliases:
|
||||
- ../../plugins/development-with-local-grafana/
|
||||
description: How to develop with a local Grafana environment.
|
||||
@ -9,6 +8,11 @@ keywords:
|
||||
- plugin
|
||||
- development environment
|
||||
- local environment
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Develop with a local environment
|
||||
weight: 400
|
||||
---
|
||||
|
||||
|
@ -1,12 +1,16 @@
|
||||
---
|
||||
title: Introduction to Grafana plugin development
|
||||
menuTitle: Introduction to plugin development
|
||||
description: Conceptual topics for Grafana plugin development.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- plugin
|
||||
- documentation
|
||||
description: Conceptual topics for Grafana plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Introduction to plugin development
|
||||
title: Introduction to Grafana plugin development
|
||||
weight: 100
|
||||
---
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
---
|
||||
title: Backend plugins
|
||||
aliases:
|
||||
- ../../plugins/developing/backend-plugins-guide/
|
||||
- ../../plugins/backend/
|
||||
description: Learn about the Grafana plugin system for backend development of Grafana
|
||||
integrations.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
@ -10,7 +11,11 @@ keywords:
|
||||
- plugin
|
||||
- backend-plugins
|
||||
- documentation
|
||||
description: Learn about the Grafana plugin system for backend development of Grafana integrations.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Backend plugins
|
||||
---
|
||||
|
||||
# Backend plugins
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Grafana plugin SDK for Go
|
||||
aliases:
|
||||
- ../../plugins/backend/grafana-plugin-sdk-for-go/
|
||||
description: Learn about the Grafana plugin SDK for Go, a Go module with packages
|
||||
for implementing a Grafana backend plugin.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
@ -10,7 +11,11 @@ keywords:
|
||||
- backend-plugins
|
||||
- sdk
|
||||
- documentation
|
||||
description: Learn about the Grafana plugin SDK for Go, a Go module with packages for implementing a Grafana backend plugin.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Grafana plugin SDK for Go
|
||||
---
|
||||
|
||||
# Grafana plugin SDK for Go
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Plugin protocol
|
||||
aliases:
|
||||
- ../../plugins/backend/plugin-protocol/
|
||||
description: Learn about the Grafana wire protocol used for communication between
|
||||
the Grafana server and backend plugins.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
@ -9,7 +10,11 @@ keywords:
|
||||
- plugin
|
||||
- backend-plugins
|
||||
- documentation
|
||||
description: Learn about the Grafana wire protocol used for communication between the Grafana server and backend plugins.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Plugin protocol
|
||||
---
|
||||
|
||||
# Plugin protocol
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: Data frames
|
||||
aliases:
|
||||
- ../../plugins/data-frames/
|
||||
description: Learn about data frames and how they work in plugins.
|
||||
@ -9,6 +8,11 @@ keywords:
|
||||
- plugin
|
||||
- data frames
|
||||
- dataframes
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Data frames
|
||||
---
|
||||
|
||||
# Data frames
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: Work with error handling
|
||||
aliases:
|
||||
- ../../plugins/error-handling/
|
||||
description: How to handle errors in plugins.
|
||||
@ -9,6 +8,11 @@ keywords:
|
||||
- plugin
|
||||
- errors
|
||||
- error handling
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Work with error handling
|
||||
---
|
||||
|
||||
# Work with error handling
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: Work with legacy plugins
|
||||
aliases:
|
||||
- ../../plugins/development/
|
||||
- /docs/grafana/next/plugins/apps/
|
||||
@ -7,6 +6,11 @@ aliases:
|
||||
- /docs/grafana/next/plugins/developing/development/
|
||||
- /docs/grafana/next/plugins/panels/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Work with legacy plugins
|
||||
weight: 600
|
||||
---
|
||||
|
||||
|
@ -1,12 +1,16 @@
|
||||
---
|
||||
title: Legacy app plugins
|
||||
aliases:
|
||||
- ../../../plugins/developing/apps/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- documentation
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy app plugins
|
||||
---
|
||||
|
||||
# Legacy app plugins
|
||||
|
@ -1,12 +1,16 @@
|
||||
---
|
||||
title: Legacy data source plugins
|
||||
aliases:
|
||||
- ../../../plugins/developing/datasources/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- documentation
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy data source plugins
|
||||
---
|
||||
|
||||
# Legacy data source plugins
|
||||
|
@ -1,8 +1,12 @@
|
||||
---
|
||||
title: Legacy defaults and editor mode
|
||||
aliases:
|
||||
- ../../../plugins/developing/defaults-and-editor-mode/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy defaults and editor mode
|
||||
---
|
||||
|
||||
# Legacy defaults and editor mode
|
||||
|
@ -1,13 +1,17 @@
|
||||
---
|
||||
title: Legacy panel plugins
|
||||
aliases:
|
||||
- ../../../plugins/developing/panels/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- panel
|
||||
- documentation
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy panel plugins
|
||||
---
|
||||
|
||||
# Legacy panel plugins
|
||||
|
@ -1,8 +1,12 @@
|
||||
---
|
||||
title: Legacy review guidelines
|
||||
aliases:
|
||||
- ../../../plugins/developing/plugin-review-guidelines/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy review guidelines
|
||||
---
|
||||
|
||||
# Legacy review guidelines
|
||||
|
@ -1,8 +1,12 @@
|
||||
---
|
||||
title: Legacy snapshot mode
|
||||
aliases:
|
||||
- ../../../plugins/developing/snapshot-mode/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy snapshot mode
|
||||
---
|
||||
|
||||
# Legacy snapshot mode
|
||||
|
@ -1,8 +1,12 @@
|
||||
---
|
||||
title: Legacy code style guide
|
||||
aliases:
|
||||
- ../../../plugins/developing/code-styleguide/
|
||||
description: Deprecated guide for Angular plugin development.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Legacy code style guide
|
||||
---
|
||||
|
||||
# Legacy code style guide
|
||||
|
@ -1,13 +1,17 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../plugins/developing/plugin.json/
|
||||
description: Reference for the plugin.json metadata file.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- documentation
|
||||
description: Reference for the plugin.json metadata file.
|
||||
title: plugin.json
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Reference (plugin.json)
|
||||
title: plugin.json
|
||||
weight: 700
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,11 @@
|
||||
---
|
||||
title: Configuring plugin spellcheck
|
||||
description: Internal docs on how to setup the plugin spellcheck
|
||||
draft: true
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Configuring plugin spellcheck
|
||||
---
|
||||
|
||||
# Configuring plugin spellcheck
|
||||
|
@ -1,13 +1,17 @@
|
||||
---
|
||||
title: Publish or sign a plugin
|
||||
menuTitle: Publish a plugin
|
||||
description: An index to documentation related to plugin publishing and signing.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- plugin
|
||||
- publish
|
||||
- publishing
|
||||
description: An index to documentation related to plugin publishing and signing.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
menuTitle: Publish a plugin
|
||||
title: Publish or sign a plugin
|
||||
weight: 400
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Package a plugin
|
||||
aliases:
|
||||
- ../package-a-plugin/
|
||||
description: How to package a plugin
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
@ -8,10 +10,12 @@ keywords:
|
||||
- package
|
||||
- packaging
|
||||
- packages
|
||||
description: How to package a plugin
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Package a plugin
|
||||
weight: 100
|
||||
aliases:
|
||||
- ../package-a-plugin/
|
||||
---
|
||||
|
||||
# Package a plugin
|
||||
|
@ -1,15 +1,19 @@
|
||||
---
|
||||
title: Publish or update a plugin
|
||||
aliases:
|
||||
- ../../plugins/publish-a-plugin/
|
||||
- share-a-plugin/
|
||||
description: Learn how to package and share your plugin.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- plugin
|
||||
- publish plugin
|
||||
- update plugin
|
||||
description: Learn how to package and share your plugin.
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Publish or update a plugin
|
||||
type: docs
|
||||
weight: 300
|
||||
---
|
||||
|
@ -1,8 +1,7 @@
|
||||
---
|
||||
title: Plugin publishing and signing criteria
|
||||
description: Acceptance criteria for publishing and signing Grafana plugins.
|
||||
aliases:
|
||||
- ../../plugins/publishing-and-signing-criteria/
|
||||
description: Acceptance criteria for publishing and signing Grafana plugins.
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
@ -11,6 +10,11 @@ keywords:
|
||||
- sign plugin
|
||||
- publishing
|
||||
- signing
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Plugin publishing and signing criteria
|
||||
weight: 200
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
title: Sign a plugin
|
||||
aliases:
|
||||
- ../sign-a-plugin/
|
||||
description: How to sign a Grafana plugin.
|
||||
@ -9,6 +8,11 @@ keywords:
|
||||
- plugin
|
||||
- sign plugin
|
||||
- signing plugin
|
||||
labels:
|
||||
products:
|
||||
- enterprise
|
||||
- oss
|
||||
title: Sign a plugin
|
||||
weight: 400
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user