Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
title = "Image rendering"
|
||||
description = "Image rendering"
|
||||
keywords = ["grafana", "image", "rendering", "plugin"]
|
||||
aliases = ["/docs/grafana/latest/administration/image_rendering/"]
|
||||
weight = 55
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/administration/image_rendering/
|
||||
description: Image rendering
|
||||
keywords:
|
||||
- grafana
|
||||
- image
|
||||
- rendering
|
||||
- plugin
|
||||
title: Image rendering
|
||||
weight: 55
|
||||
---
|
||||
|
||||
# Image rendering
|
||||
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
title = "Monitoring the image renderer"
|
||||
description = "Image rendering monitoring"
|
||||
keywords = ["grafana", "image", "rendering", "plugin", "monitoring"]
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
description: Image rendering monitoring
|
||||
keywords:
|
||||
- grafana
|
||||
- image
|
||||
- rendering
|
||||
- plugin
|
||||
- monitoring
|
||||
title: Monitoring the image renderer
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# Monitoring the image renderer
|
||||
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
+++
|
||||
title = "Troubleshooting"
|
||||
description = "Image rendering troubleshooting"
|
||||
keywords = ["grafana", "image", "rendering", "plugin", "troubleshooting"]
|
||||
weight = 115
|
||||
+++
|
||||
---
|
||||
description: Image rendering troubleshooting
|
||||
keywords:
|
||||
- grafana
|
||||
- image
|
||||
- rendering
|
||||
- plugin
|
||||
- troubleshooting
|
||||
title: Troubleshooting
|
||||
weight: 115
|
||||
---
|
||||
|
||||
# Troubleshoot image rendering
|
||||
|
||||
|
||||
Reference in New Issue
Block a user