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/installation/debian/", "/docs/grafana/latest/installation/installation/debian/"]
|
||||
description = "Install guide for Grafana on Debian or Ubuntu"
|
||||
keywords = ["grafana", "installation", "documentation"]
|
||||
title = "Install on Debian/Ubuntu"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/installation/debian/
|
||||
- /docs/grafana/latest/installation/installation/debian/
|
||||
description: Install guide for Grafana on Debian or Ubuntu
|
||||
keywords:
|
||||
- grafana
|
||||
- installation
|
||||
- documentation
|
||||
title: Install on Debian/Ubuntu
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Install on Debian or Ubuntu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user