Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/developers/contribute/"]
|
||||
keywords = ["grafana", "documentation", "developers", "resources"]
|
||||
title = "Contribute to Grafana"
|
||||
weight = 300
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/developers/contribute/
|
||||
keywords:
|
||||
- grafana
|
||||
- documentation
|
||||
- developers
|
||||
- resources
|
||||
title: Contribute to Grafana
|
||||
weight: 300
|
||||
---
|
||||
|
||||
# Contribute to Grafana
|
||||
|
||||
|
||||
Reference in New Issue
Block a user