mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 11:42:20 +08: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,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
|
||||
|
||||
|
Reference in New Issue
Block a user