mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/", "/docs/grafana/latest/plugins/developing/"]
|
||||
title = "Developers"
|
||||
weight = 190
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/
|
||||
- /docs/grafana/latest/plugins/developing/
|
||||
title: Developers
|
||||
weight: 190
|
||||
---
|
||||
|
||||
# Developers
|
||||
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/angular_deprecation/"]
|
||||
keywords = ["grafana", "documentation", "developers", "resources"]
|
||||
title = "Angular support deprecation"
|
||||
weight = 500
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/angular_deprecation/
|
||||
keywords:
|
||||
- grafana
|
||||
- documentation
|
||||
- developers
|
||||
- resources
|
||||
title: Angular support deprecation
|
||||
weight: 500
|
||||
---
|
||||
|
||||
# Angular support deprecation
|
||||
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
+++
|
||||
aliases = ["/docs/contributing/cla.html/", "/docs/grafana/latest/developers/cla/", "/docs/grafana/latest/project/cla/"]
|
||||
description = "Contributor License Agreement (CLA)"
|
||||
title = "Contributor License Agreement (CLA)"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/contributing/cla.html/
|
||||
- /docs/grafana/latest/developers/cla/
|
||||
- /docs/grafana/latest/project/cla/
|
||||
description: Contributor License Agreement (CLA)
|
||||
title: Contributor License Agreement (CLA)
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Grafana Labs Software Grant and Contributor License Agreement ("Agreement")
|
||||
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/contribute/"]
|
||||
keywords = ["grafana", "documentation", "developers", "resources"]
|
||||
title = "Contribute to Grafana"
|
||||
weight = 300
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/contribute/
|
||||
keywords:
|
||||
- grafana
|
||||
- documentation
|
||||
- developers
|
||||
- resources
|
||||
title: Contribute to Grafana
|
||||
weight: 300
|
||||
---
|
||||
|
||||
# Contribute to Grafana
|
||||
|
||||
|
||||
@@ -1,10 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/", "/docs/grafana/latest/http_api/", "/docs/grafana/latest/overview/"]
|
||||
description = "Grafana HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "overview"]
|
||||
title = "HTTP API"
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/
|
||||
- /docs/grafana/latest/http_api/
|
||||
- /docs/grafana/latest/overview/
|
||||
description: Grafana HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- overview
|
||||
title: HTTP API
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# HTTP API reference
|
||||
|
||||
|
||||
@@ -1,9 +1,19 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/access_control/", "/docs/grafana/latest/http_api/access_control/", "/docs/grafana/latest/http_api/accesscontrol/"]
|
||||
description = ""
|
||||
keywords = ["grafana", "http", "documentation", "api", "role-based-access-control", "acl", "enterprise"]
|
||||
title = "RBAC HTTP API"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/access_control/
|
||||
- /docs/grafana/latest/http_api/access_control/
|
||||
- /docs/grafana/latest/http_api/accesscontrol/
|
||||
description: ''
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- role-based-access-control
|
||||
- acl
|
||||
- enterprise
|
||||
title: RBAC HTTP API
|
||||
---
|
||||
|
||||
# RBAC API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/admin/", "/docs/grafana/latest/http_api/admin/"]
|
||||
description = "Grafana Admin HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "admin"]
|
||||
title = "Admin HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/admin/
|
||||
- /docs/grafana/latest/http_api/admin/
|
||||
description: Grafana Admin HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- admin
|
||||
title: 'Admin HTTP API '
|
||||
---
|
||||
|
||||
# Admin API
|
||||
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/alerting/", "/docs/grafana/latest/http_api/alerting/"]
|
||||
description = "Grafana Alerts HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "alerting", "alerts"]
|
||||
title = "Alerting HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/alerting/
|
||||
- /docs/grafana/latest/http_api/alerting/
|
||||
description: Grafana Alerts HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- alerting
|
||||
- alerts
|
||||
title: 'Alerting HTTP API '
|
||||
---
|
||||
|
||||
# Alerting API
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/alerting_notification_channels/", "/docs/grafana/latest/http_api/alerting_notification_channels/"]
|
||||
description = "Grafana Alerting Notification Channel HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "alerting", "alerts", "notifications"]
|
||||
title = "Alerting Notification Channels HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/alerting_notification_channels/
|
||||
- /docs/grafana/latest/http_api/alerting_notification_channels/
|
||||
description: Grafana Alerting Notification Channel HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- alerting
|
||||
- alerts
|
||||
- notifications
|
||||
title: 'Alerting Notification Channels HTTP API '
|
||||
---
|
||||
|
||||
# Alerting Notification Channels API
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/annotations/", "/docs/grafana/latest/http_api/annotations/"]
|
||||
description = "Grafana Annotations HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "annotation", "annotations", "comment"]
|
||||
title = "Annotations HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/annotations/
|
||||
- /docs/grafana/latest/http_api/annotations/
|
||||
description: Grafana Annotations HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- annotation
|
||||
- annotations
|
||||
- comment
|
||||
title: 'Annotations HTTP API '
|
||||
---
|
||||
|
||||
# Annotations API
|
||||
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/auth/", "/docs/grafana/latest/http_api/auth/", "/docs/grafana/latest/http_api/authentication/"]
|
||||
description = "Grafana Authentication HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "authentication"]
|
||||
title = "Authentication HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/auth/
|
||||
- /docs/grafana/latest/http_api/auth/
|
||||
- /docs/grafana/latest/http_api/authentication/
|
||||
description: Grafana Authentication HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- authentication
|
||||
title: 'Authentication HTTP API '
|
||||
---
|
||||
|
||||
# Authentication API
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/create-api-tokens-for-org/", "/docs/grafana/latest/http_api/create-api-tokens-for-org/", "/docs/grafana/latest/tutorials/api_org_token_howto/"]
|
||||
keywords = ["grafana", "tutorials", "API", "Token", "Org", "Organization"]
|
||||
title = "API Tutorial: Create API tokens and dashboards for an organization"
|
||||
weight = 150
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/create-api-tokens-for-org/
|
||||
- /docs/grafana/latest/http_api/create-api-tokens-for-org/
|
||||
- /docs/grafana/latest/tutorials/api_org_token_howto/
|
||||
keywords:
|
||||
- grafana
|
||||
- tutorials
|
||||
- API
|
||||
- Token
|
||||
- Org
|
||||
- Organization
|
||||
title: 'API Tutorial: Create API tokens and dashboards for an organization'
|
||||
weight: 150
|
||||
---
|
||||
|
||||
# Create API tokens and dashboards for an organization
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/curl-examples/", "/docs/grafana/latest/http_api/curl-examples/"]
|
||||
description = "cURL examples"
|
||||
keywords = ["grafana", "http", "documentation", "api", "curl"]
|
||||
title = "cURL examples"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/curl-examples/
|
||||
- /docs/grafana/latest/http_api/curl-examples/
|
||||
description: cURL examples
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- curl
|
||||
title: cURL examples
|
||||
---
|
||||
|
||||
# cURL examples
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/dashboard/", "/docs/grafana/latest/http_api/dashboard/"]
|
||||
description = "Grafana Dashboard HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "dashboard"]
|
||||
title = "Dashboard HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/dashboard/
|
||||
- /docs/grafana/latest/http_api/dashboard/
|
||||
description: Grafana Dashboard HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- dashboard
|
||||
title: 'Dashboard HTTP API '
|
||||
---
|
||||
|
||||
# Dashboard API
|
||||
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/dashboard_permissions/", "/docs/grafana/latest/http_api/dashboard_permissions/", "/docs/grafana/latest/http_api/dashboardpermissions/"]
|
||||
description = "Grafana Dashboard Permissions HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "dashboard", "permission", "permissions", "acl"]
|
||||
title = "Dashboard Permissions HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/dashboard_permissions/
|
||||
- /docs/grafana/latest/http_api/dashboard_permissions/
|
||||
- /docs/grafana/latest/http_api/dashboardpermissions/
|
||||
description: Grafana Dashboard Permissions HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- dashboard
|
||||
- permission
|
||||
- permissions
|
||||
- acl
|
||||
title: 'Dashboard Permissions HTTP API '
|
||||
---
|
||||
|
||||
# Dashboard Permissions API
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/dashboard_versions/", "/docs/grafana/latest/http_api/dashboard_versions/", "/docs/grafana/latest/http_api/dashboardversions/"]
|
||||
description = "Grafana Dashboard Versions HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "dashboard", "versions"]
|
||||
title = "Dashboard Versions HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/dashboard_versions/
|
||||
- /docs/grafana/latest/http_api/dashboard_versions/
|
||||
- /docs/grafana/latest/http_api/dashboardversions/
|
||||
description: Grafana Dashboard Versions HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- dashboard
|
||||
- versions
|
||||
title: 'Dashboard Versions HTTP API '
|
||||
---
|
||||
|
||||
# Dashboard Versions
|
||||
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/data_source/", "/docs/grafana/latest/http_api/data_source/", "/docs/grafana/latest/http_api/datasource/"]
|
||||
description = "Grafana Data source HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "data source"]
|
||||
title = "Data source HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/data_source/
|
||||
- /docs/grafana/latest/http_api/data_source/
|
||||
- /docs/grafana/latest/http_api/datasource/
|
||||
description: Grafana Data source HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- data source
|
||||
title: 'Data source HTTP API '
|
||||
---
|
||||
|
||||
# Data source API
|
||||
|
||||
|
||||
@@ -1,9 +1,21 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/datasource_permissions/", "/docs/grafana/latest/http_api/datasource_permissions/", "/docs/grafana/latest/http_api/datasourcepermissions/"]
|
||||
description = "Data Source Permissions API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "datasource", "permission", "permissions", "acl", "enterprise"]
|
||||
title = "Datasource Permissions HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/datasource_permissions/
|
||||
- /docs/grafana/latest/http_api/datasource_permissions/
|
||||
- /docs/grafana/latest/http_api/datasourcepermissions/
|
||||
description: Data Source Permissions API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- datasource
|
||||
- permission
|
||||
- permissions
|
||||
- acl
|
||||
- enterprise
|
||||
title: 'Datasource Permissions HTTP API '
|
||||
---
|
||||
|
||||
# Data Source Permissions API
|
||||
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/external_group_sync/", "/docs/grafana/latest/http_api/external_group_sync/"]
|
||||
description = "Grafana External Group Sync HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "team", "teams", "group", "member", "enterprise"]
|
||||
title = "External Group Sync HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/external_group_sync/
|
||||
- /docs/grafana/latest/http_api/external_group_sync/
|
||||
description: Grafana External Group Sync HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- team
|
||||
- teams
|
||||
- group
|
||||
- member
|
||||
- enterprise
|
||||
title: 'External Group Sync HTTP API '
|
||||
---
|
||||
|
||||
# External Group Synchronization API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/folder/", "/docs/grafana/latest/http_api/folder/"]
|
||||
description = "Grafana Folder HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "folder"]
|
||||
title = "Folder HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/folder/
|
||||
- /docs/grafana/latest/http_api/folder/
|
||||
description: Grafana Folder HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- folder
|
||||
title: 'Folder HTTP API '
|
||||
---
|
||||
|
||||
# Folder API
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/folder_dashboard_search/", "/docs/grafana/latest/http_api/folder_dashboard_search/"]
|
||||
description = "Grafana Folder/Dashboard Search HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "search", "folder", "dashboard"]
|
||||
title = "Folder/Dashboard Search HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/folder_dashboard_search/
|
||||
- /docs/grafana/latest/http_api/folder_dashboard_search/
|
||||
description: Grafana Folder/Dashboard Search HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- search
|
||||
- folder
|
||||
- dashboard
|
||||
title: 'Folder/Dashboard Search HTTP API '
|
||||
---
|
||||
|
||||
# Folder/Dashboard Search API
|
||||
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/folder_permissions/", "/docs/grafana/latest/http_api/dashboardpermissions/", "/docs/grafana/latest/http_api/folder_permissions/"]
|
||||
description = "Grafana Folder Permissions HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "folder", "permission", "permissions", "acl"]
|
||||
title = "Folder Permissions HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/folder_permissions/
|
||||
- /docs/grafana/latest/http_api/dashboardpermissions/
|
||||
- /docs/grafana/latest/http_api/folder_permissions/
|
||||
description: Grafana Folder Permissions HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- folder
|
||||
- permission
|
||||
- permissions
|
||||
- acl
|
||||
title: 'Folder Permissions HTTP API '
|
||||
---
|
||||
|
||||
# Folder Permissions API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/library_element/", "/docs/grafana/latest/http_api/library_element/"]
|
||||
description = "Grafana Library Element HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "library-element"]
|
||||
title = "Library Element HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/library_element/
|
||||
- /docs/grafana/latest/http_api/library_element/
|
||||
description: Grafana Library Element HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- library-element
|
||||
title: 'Library Element HTTP API '
|
||||
---
|
||||
|
||||
# Library Element API
|
||||
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/licensing/", "/docs/grafana/latest/http_api/licensing/"]
|
||||
description = "Enterprise Licensing HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "licensing", "enterprise"]
|
||||
title = "Licensing HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/licensing/
|
||||
- /docs/grafana/latest/http_api/licensing/
|
||||
description: Enterprise Licensing HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- licensing
|
||||
- enterprise
|
||||
title: 'Licensing HTTP API '
|
||||
---
|
||||
|
||||
# Enterprise License API
|
||||
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/org/", "/docs/grafana/latest/http_api/org/", "/docs/grafana/latest/http_api/organization/"]
|
||||
description = "Grafana Organization HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "organization"]
|
||||
title = "Organization HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/org/
|
||||
- /docs/grafana/latest/http_api/org/
|
||||
- /docs/grafana/latest/http_api/organization/
|
||||
description: Grafana Organization HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- organization
|
||||
title: 'Organization HTTP API '
|
||||
---
|
||||
|
||||
# Organization API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/other/", "/docs/grafana/latest/http_api/other/"]
|
||||
description = "Grafana Other HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "other"]
|
||||
title = "Other HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/other/
|
||||
- /docs/grafana/latest/http_api/other/
|
||||
description: Grafana Other HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- other
|
||||
title: 'Other HTTP API '
|
||||
---
|
||||
|
||||
# Frontend Settings API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/playlist/", "/docs/grafana/latest/http_api/playlist/"]
|
||||
description = "Playlist Admin HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "playlist"]
|
||||
title = "Playlist HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/playlist/
|
||||
- /docs/grafana/latest/http_api/playlist/
|
||||
description: Playlist Admin HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- playlist
|
||||
title: 'Playlist HTTP API '
|
||||
---
|
||||
|
||||
# Playlist API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/preferences/", "/docs/grafana/latest/http_api/preferences/"]
|
||||
description = "Grafana HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "preferences"]
|
||||
title = "HTTP Preferences API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/preferences/
|
||||
- /docs/grafana/latest/http_api/preferences/
|
||||
description: Grafana HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- preferences
|
||||
title: 'HTTP Preferences API '
|
||||
---
|
||||
|
||||
# User and Org Preferences API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/query_history/", "/docs/grafana/latest/http_api/query_history/"]
|
||||
description = "Grafana Query History HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "queryHistory"]
|
||||
title = "Query History HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/query_history/
|
||||
- /docs/grafana/latest/http_api/query_history/
|
||||
description: Grafana Query History HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- queryHistory
|
||||
title: 'Query History HTTP API '
|
||||
---
|
||||
|
||||
# Query history API
|
||||
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/reporting/", "/docs/grafana/latest/http_api/reporting/"]
|
||||
description = "Grafana Enterprise APIs"
|
||||
keywords = ["grafana", "enterprise", "api", "reporting"]
|
||||
title = "Reporting API"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/reporting/
|
||||
- /docs/grafana/latest/http_api/reporting/
|
||||
description: Grafana Enterprise APIs
|
||||
keywords:
|
||||
- grafana
|
||||
- enterprise
|
||||
- api
|
||||
- reporting
|
||||
title: Reporting API
|
||||
---
|
||||
|
||||
# Reporting API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/serviceaccount/", "/docs/grafana/latest/http_api/serviceaccount/"]
|
||||
description = "Grafana service account HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "serviceaccount"]
|
||||
title = "Service account HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/serviceaccount/
|
||||
- /docs/grafana/latest/http_api/serviceaccount/
|
||||
description: Grafana service account HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- serviceaccount
|
||||
title: 'Service account HTTP API '
|
||||
---
|
||||
|
||||
# Service account API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/short_url/", "/docs/grafana/latest/http_api/short_url/"]
|
||||
description = "Grafana Short URL HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "shortUrl"]
|
||||
title = "Short URL HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/short_url/
|
||||
- /docs/grafana/latest/http_api/short_url/
|
||||
description: Grafana Short URL HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- shortUrl
|
||||
title: 'Short URL HTTP API '
|
||||
---
|
||||
|
||||
# Short URL API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/snapshot/", "/docs/grafana/latest/http_api/snapshot/"]
|
||||
description = "Grafana HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "snapshot"]
|
||||
title = "HTTP Snapshot API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/snapshot/
|
||||
- /docs/grafana/latest/http_api/snapshot/
|
||||
description: Grafana HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- snapshot
|
||||
title: 'HTTP Snapshot API '
|
||||
---
|
||||
|
||||
# Snapshot API
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/team/", "/docs/grafana/latest/http_api/team/"]
|
||||
description = "Grafana Team HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "team", "teams", "group"]
|
||||
title = "Team HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/team/
|
||||
- /docs/grafana/latest/http_api/team/
|
||||
description: Grafana Team HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- team
|
||||
- teams
|
||||
- group
|
||||
title: 'Team HTTP API '
|
||||
---
|
||||
|
||||
# Team API
|
||||
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/http_api/user/", "/docs/grafana/latest/http_api/user/"]
|
||||
description = "Grafana User HTTP API"
|
||||
keywords = ["grafana", "http", "documentation", "api", "user"]
|
||||
title = "User HTTP API "
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/http_api/user/
|
||||
- /docs/grafana/latest/http_api/user/
|
||||
description: Grafana User HTTP API
|
||||
keywords:
|
||||
- grafana
|
||||
- http
|
||||
- documentation
|
||||
- api
|
||||
- user
|
||||
title: 'User HTTP API '
|
||||
---
|
||||
|
||||
# User API
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/", "/docs/grafana/latest/plugins/developing/"]
|
||||
title = "Build a plugin"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/
|
||||
- /docs/grafana/latest/plugins/developing/
|
||||
title: Build a plugin
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Build a plugin
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/add-authentication-for-data-source-plugins/", "/docs/grafana/latest/plugins/developing/auth-for-datasources/", "/docs/grafana/next/developers/plugins/authentication/"]
|
||||
title = "Add authentication for data source plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/add-authentication-for-data-source-plugins/
|
||||
- /docs/grafana/latest/plugins/developing/auth-for-datasources/
|
||||
- /docs/grafana/next/developers/plugins/authentication/
|
||||
title: Add authentication for data source plugins
|
||||
---
|
||||
|
||||
# Add authentication for data source plugins
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/add-query-editor-help/"]
|
||||
title = "Add query editor help"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/add-query-editor-help/
|
||||
title: Add query editor help
|
||||
---
|
||||
|
||||
# Add a query editor help component
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/add-support-for-annotations/"]
|
||||
title = "Add support for annotations"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/add-support-for-annotations/
|
||||
title: Add support for annotations
|
||||
---
|
||||
|
||||
# Add support for annotations
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/add-support-for-explore-queries/"]
|
||||
title = "Add support for Explore queries"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/add-support-for-explore-queries/
|
||||
title: Add support for Explore queries
|
||||
---
|
||||
|
||||
# Add support for Explore queries
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/add-support-for-variables/"]
|
||||
title = "Add support for variables in plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/add-support-for-variables/
|
||||
title: Add support for variables in plugins
|
||||
---
|
||||
|
||||
# Add support for variables in plugins
|
||||
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/backend/", "/docs/grafana/latest/plugins/developing/backend-plugins-guide/"]
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
|
||||
title = "Backend plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/backend/
|
||||
- /docs/grafana/latest/plugins/developing/backend-plugins-guide/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- backend
|
||||
- plugin
|
||||
- backend-plugins
|
||||
- documentation
|
||||
title: Backend plugins
|
||||
---
|
||||
|
||||
# Backend plugins
|
||||
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/backend/grafana-plugin-sdk-for-go/"]
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "sdk", "documentation"]
|
||||
title = "Grafana Plugin SDK for Go"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/backend/grafana-plugin-sdk-for-go/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- backend
|
||||
- plugin
|
||||
- backend-plugins
|
||||
- sdk
|
||||
- documentation
|
||||
title: Grafana Plugin SDK for Go
|
||||
---
|
||||
|
||||
# Grafana plugin SDK for Go
|
||||
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/backend/plugin-protocol/"]
|
||||
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
|
||||
title = "Plugin protocol"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/backend/plugin-protocol/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- backend
|
||||
- plugin
|
||||
- backend-plugins
|
||||
- documentation
|
||||
title: Plugin protocol
|
||||
---
|
||||
|
||||
# Plugin protocol
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/build-a-logs-data-source-plugin/"]
|
||||
title = "Build a logs data source plugin"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/build-a-logs-data-source-plugin/
|
||||
title: Build a logs data source plugin
|
||||
---
|
||||
|
||||
# Build a logs data source plugin
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/build-a-streaming-data-source-plugin/"]
|
||||
title = "Build a streaming data source plugin"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/build-a-streaming-data-source-plugin/
|
||||
title: Build a streaming data source plugin
|
||||
---
|
||||
|
||||
# Build a streaming data source plugin
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/custom-panel-option-editors/"]
|
||||
title = "Custom panel option editors"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/custom-panel-option-editors/
|
||||
title: Custom panel option editors
|
||||
---
|
||||
|
||||
# Custom panel option editors
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/data-frames/"]
|
||||
title = "Data frames"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/data-frames/
|
||||
title: Data frames
|
||||
---
|
||||
|
||||
# Data frames
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/development-with-local-grafana/"]
|
||||
title = "Development with local Grafana"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/development-with-local-grafana/
|
||||
title: Development with local Grafana
|
||||
---
|
||||
|
||||
# Development with local Grafana
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/error-handling/"]
|
||||
title = "Error handling"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/error-handling/
|
||||
title: Error handling
|
||||
---
|
||||
|
||||
# Error handling
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/", "/docs/grafana/latest/plugins/development/", "/docs/grafana/next/plugins/apps/", "/docs/grafana/next/plugins/datasources/", "/docs/grafana/next/plugins/developing/development/", "/docs/grafana/next/plugins/panels/"]
|
||||
title = "Legacy plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/
|
||||
- /docs/grafana/latest/plugins/development/
|
||||
- /docs/grafana/next/plugins/apps/
|
||||
- /docs/grafana/next/plugins/datasources/
|
||||
- /docs/grafana/next/plugins/developing/development/
|
||||
- /docs/grafana/next/plugins/panels/
|
||||
title: Legacy plugins
|
||||
---
|
||||
|
||||
# Legacy plugins
|
||||
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/apps/", "/docs/grafana/latest/plugins/developing/apps/"]
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
title = "Legacy app plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/apps/
|
||||
- /docs/grafana/latest/plugins/developing/apps/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- documentation
|
||||
title: Legacy app plugins
|
||||
---
|
||||
|
||||
# Legacy app plugins
|
||||
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/data-sources/", "/docs/grafana/latest/plugins/developing/datasources/"]
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
title = "Legacy data source plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/data-sources/
|
||||
- /docs/grafana/latest/plugins/developing/datasources/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- documentation
|
||||
title: Legacy data source plugins
|
||||
---
|
||||
|
||||
# Legacy data source plugins
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/defaults-and-editor-mode/", "/docs/grafana/latest/plugins/developing/defaults-and-editor-mode/"]
|
||||
title = "Legacy defaults and editor mode"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/defaults-and-editor-mode/
|
||||
- /docs/grafana/latest/plugins/developing/defaults-and-editor-mode/
|
||||
title: Legacy defaults and editor mode
|
||||
---
|
||||
|
||||
# Legacy defaults and editor mode
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/panels/", "/docs/grafana/latest/plugins/developing/panels/"]
|
||||
keywords = ["grafana", "plugins", "panel", "documentation"]
|
||||
title = "Legacy panel plugins"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/panels/
|
||||
- /docs/grafana/latest/plugins/developing/panels/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- panel
|
||||
- documentation
|
||||
title: Legacy panel plugins
|
||||
---
|
||||
|
||||
# Legacy panel plugins
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/review-guidelines/", "/docs/grafana/latest/plugins/developing/plugin-review-guidelines/"]
|
||||
title = "Legacy review guidelines"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/review-guidelines/
|
||||
- /docs/grafana/latest/plugins/developing/plugin-review-guidelines/
|
||||
title: Legacy review guidelines
|
||||
---
|
||||
|
||||
# Legacy review guidelines
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/snapshot-mode/", "/docs/grafana/latest/plugins/developing/snapshot-mode/"]
|
||||
title = "Legacy snapshot mode"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/snapshot-mode/
|
||||
- /docs/grafana/latest/plugins/developing/snapshot-mode/
|
||||
title: Legacy snapshot mode
|
||||
---
|
||||
|
||||
# Legacy snapshot mode
|
||||
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/legacy/style-guide/", "/docs/grafana/latest/plugins/developing/code-styleguide/"]
|
||||
title = "Legacy code style guide"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/legacy/style-guide/
|
||||
- /docs/grafana/latest/plugins/developing/code-styleguide/
|
||||
title: Legacy code style guide
|
||||
---
|
||||
|
||||
# Legacy code style guide
|
||||
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/metadata/", "/docs/grafana/latest/plugins/developing/plugin.json/"]
|
||||
keywords = ["grafana", "plugins", "documentation"]
|
||||
title = "plugin.json"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/metadata/
|
||||
- /docs/grafana/latest/plugins/developing/plugin.json/
|
||||
keywords:
|
||||
- grafana
|
||||
- plugins
|
||||
- documentation
|
||||
title: plugin.json
|
||||
---
|
||||
|
||||
# plugin.json
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/migration-guide/"]
|
||||
title = "Plugin migration guide"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/migration-guide/
|
||||
title: Plugin migration guide
|
||||
---
|
||||
|
||||
# Plugin migration guide
|
||||
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/package-a-plugin/", "/docs/grafana/latest/developers/plugins/share-a-plugin/"]
|
||||
title = "Package a plugin"
|
||||
type = "docs"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/package-a-plugin/
|
||||
- /docs/grafana/latest/developers/plugins/share-a-plugin/
|
||||
title: Package a plugin
|
||||
type: docs
|
||||
---
|
||||
|
||||
# Package a plugin
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/publishing-and-signing-criteria/"]
|
||||
title = "Plugin publishing and signing criteria"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/publishing-and-signing-criteria/
|
||||
title: Plugin publishing and signing criteria
|
||||
---
|
||||
|
||||
# Plugin publishing and signing criteria
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/sign-a-plugin/"]
|
||||
title = "Sign a plugin"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/sign-a-plugin/
|
||||
title: Sign a plugin
|
||||
---
|
||||
|
||||
# Sign a plugin
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/plugins/working-with-data-frames/"]
|
||||
title = "Working with data frames"
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/plugins/working-with-data-frames/
|
||||
title: Working with data frames
|
||||
---
|
||||
|
||||
# Working with data frames
|
||||
|
||||
|
||||
Reference in New Issue
Block a user