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