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/postgres/", "/docs/grafana/latest/features/datasources/postgres/"]
|
||||
description = "Guide for using PostgreSQL in Grafana"
|
||||
keywords = ["grafana", "postgresql", "guide"]
|
||||
title = "PostgreSQL"
|
||||
weight = 1200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/datasources/postgres/
|
||||
- /docs/grafana/latest/features/datasources/postgres/
|
||||
description: Guide for using PostgreSQL in Grafana
|
||||
keywords:
|
||||
- grafana
|
||||
- postgresql
|
||||
- guide
|
||||
title: PostgreSQL
|
||||
weight: 1200
|
||||
---
|
||||
|
||||
# PostgreSQL data source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user