Convert TOML front matter to YAML (#49729)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2022-05-26 18:26:26 +01:00
committed by GitHub
parent 5fd9fee933
commit ccd1270f28
546 changed files with 5681 additions and 3477 deletions
@@ -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