Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/datasources/aws-cloudwatch/aws-authentication/", "/docs/grafana/latest/datasources/cloudwatch/"]
|
||||
description = "AWS authentication"
|
||||
keywords = ["grafana", "aws", "authentication"]
|
||||
title = "Authentication"
|
||||
weight = 5
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/datasources/aws-cloudwatch/aws-authentication/
|
||||
- /docs/grafana/latest/datasources/cloudwatch/
|
||||
description: AWS authentication
|
||||
keywords:
|
||||
- grafana
|
||||
- aws
|
||||
- authentication
|
||||
title: Authentication
|
||||
weight: 5
|
||||
---
|
||||
|
||||
# AWS authentication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user