Convert TOML front matter to YAML (#49724)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2022-05-26 12:38:05 -04:00
committed by GitHub
parent 1d9d1bd41a
commit 3ea049fcae
552 changed files with 4944 additions and 3157 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
+++
title = "Build a plugin"
aliases = ["/docs/grafana/latest/plugins/developing/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/
title: Build a plugin
---
# Build a plugin
@@ -1,7 +1,9 @@
+++
title = "Add authentication for data source plugins"
aliases = ["/docs/grafana/latest/plugins/developing/auth-for-datasources/", "/docs/grafana/next/developers/plugins/authentication/"]
+++
---
aliases:
- /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,6 +1,6 @@
+++
title = "Add query editor help"
+++
---
title: Add query editor help
---
# Add a query editor help component
@@ -1,6 +1,6 @@
+++
title = "Add support for annotations"
+++
---
title: Add support for annotations
---
# Add support for annotations
@@ -1,6 +1,6 @@
+++
title = "Add support for Explore queries"
+++
---
title: Add support for Explore queries
---
# Add support for Explore queries
@@ -1,6 +1,6 @@
+++
title = "Add support for variables in plugins"
+++
---
title: Add support for variables in plugins
---
# Add support for variables in plugins
@@ -1,8 +1,15 @@
+++
title = "Backend plugins"
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
aliases = ["/docs/grafana/latest/plugins/developing/backend-plugins-guide/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/backend-plugins-guide/
keywords:
- grafana
- plugins
- backend
- plugin
- backend-plugins
- documentation
title: Backend plugins
---
# Backend plugins
@@ -1,7 +1,14 @@
+++
title = "Grafana Plugin SDK for Go"
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "sdk", "documentation"]
+++
---
keywords:
- grafana
- plugins
- backend
- plugin
- backend-plugins
- sdk
- documentation
title: Grafana Plugin SDK for Go
---
# Grafana plugin SDK for Go
@@ -1,7 +1,13 @@
+++
title = "Plugin protocol"
keywords = ["grafana", "plugins", "backend", "plugin", "backend-plugins", "documentation"]
+++
---
keywords:
- grafana
- plugins
- backend
- plugin
- backend-plugins
- documentation
title: Plugin protocol
---
# Plugin protocol
@@ -1,6 +1,6 @@
+++
title = "Build a logs data source plugin"
+++
---
title: Build a logs data source plugin
---
# Build a logs data source plugin
@@ -1,6 +1,6 @@
+++
title = "Build a streaming data source plugin"
+++
---
title: Build a streaming data source plugin
---
# Build a streaming data source plugin
@@ -1,6 +1,6 @@
+++
title = "Custom panel option editors"
+++
---
title: Custom panel option editors
---
# Custom panel option editors
@@ -1,6 +1,6 @@
+++
title = "Data frames"
+++
---
title: Data frames
---
# Data frames
@@ -1,6 +1,6 @@
+++
title = "Development with local Grafana"
+++
---
title: Development with local Grafana
---
# Development with local Grafana
@@ -1,6 +1,6 @@
+++
title = "Error handling"
+++
---
title: Error handling
---
# Error handling
@@ -1,7 +1,12 @@
+++
title = "Legacy plugins"
aliases = ["/docs/grafana/latest/plugins/development/", "/docs/grafana/next/plugins/datasources/", "/docs/grafana/next/plugins/apps/", "/docs/grafana/next/plugins/panels/", "/docs/grafana/next/plugins/developing/development/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/development/
- /docs/grafana/next/plugins/datasources/
- /docs/grafana/next/plugins/apps/
- /docs/grafana/next/plugins/panels/
- /docs/grafana/next/plugins/developing/development/
title: Legacy plugins
---
# Legacy plugins
@@ -1,8 +1,12 @@
+++
title = "Legacy app plugins"
keywords = ["grafana", "plugins", "documentation"]
aliases = ["/docs/grafana/latest/plugins/developing/apps/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/apps/
keywords:
- grafana
- plugins
- documentation
title: Legacy app plugins
---
# Legacy app plugins
@@ -1,8 +1,12 @@
+++
title = "Legacy data source plugins"
keywords = ["grafana", "plugins", "documentation"]
aliases = ["/docs/grafana/latest/plugins/developing/datasources/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/datasources/
keywords:
- grafana
- plugins
- documentation
title: Legacy data source plugins
---
# Legacy data source plugins
@@ -1,7 +1,8 @@
+++
title = "Legacy defaults and editor mode"
aliases = ["/docs/grafana/latest/plugins/developing/defaults-and-editor-mode/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/defaults-and-editor-mode/
title: Legacy defaults and editor mode
---
# Legacy defaults and editor mode
@@ -1,8 +1,13 @@
+++
title = "Legacy panel plugins"
keywords = ["grafana", "plugins", "panel", "documentation"]
aliases = ["/docs/grafana/latest/plugins/developing/panels/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/panels/
keywords:
- grafana
- plugins
- panel
- documentation
title: Legacy panel plugins
---
# Legacy panel plugins
@@ -1,7 +1,8 @@
+++
title = "Legacy review guidelines"
aliases = ["/docs/grafana/latest/plugins/developing/plugin-review-guidelines/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/plugin-review-guidelines/
title: Legacy review guidelines
---
# Legacy review guidelines
@@ -1,7 +1,8 @@
+++
title = "Legacy snapshot mode"
aliases = ["/docs/grafana/latest/plugins/developing/snapshot-mode/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/snapshot-mode/
title: Legacy snapshot mode
---
# Legacy snapshot mode
@@ -1,7 +1,8 @@
+++
title = "Legacy code style guide"
aliases = ["/docs/grafana/latest/plugins/developing/code-styleguide/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/code-styleguide/
title: Legacy code style guide
---
# Legacy code style guide
+9 -8
View File
@@ -1,11 +1,12 @@
+++
# -------------------------------------------------------------------------
# Do not edit this file. It is automatically generated by json-schema-docs.
# -------------------------------------------------------------------------
title = "plugin.json"
keywords = ["grafana", "plugins", "documentation"]
aliases = ["/docs/grafana/latest/plugins/developing/plugin.json/"]
+++
---
aliases:
- /docs/grafana/latest/plugins/developing/plugin.json/
keywords:
- grafana
- plugins
- documentation
title: plugin.json
---
# plugin.json
@@ -1,6 +1,6 @@
+++
title = "Plugin migration guide"
+++
---
title: Plugin migration guide
---
# Plugin migration guide
@@ -1,8 +1,9 @@
+++
title = "Package a plugin"
type = "docs"
aliases = ["/docs/grafana/latest/developers/plugins/share-a-plugin/"]
+++
---
aliases:
- /docs/grafana/latest/developers/plugins/share-a-plugin/
title: Package a plugin
type: docs
---
# Package a plugin
@@ -1,6 +1,6 @@
+++
title = "Plugin publishing and signing criteria"
+++
---
title: Plugin publishing and signing criteria
---
# Plugin publishing and signing criteria
@@ -1,6 +1,6 @@
+++
title = "Sign a plugin"
+++
---
title: Sign a plugin
---
# Sign a plugin
@@ -1,6 +1,6 @@
+++
title = "Working with data frames"
+++
---
title: Working with data frames
---
# Working with data frames