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/troubleshooting/"]
|
||||
description = "Guide to troubleshooting Grafana problems"
|
||||
keywords = ["grafana", "troubleshooting", "documentation", "guide"]
|
||||
title = "Troubleshooting"
|
||||
weight = 180
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/troubleshooting/
|
||||
description: Guide to troubleshooting Grafana problems
|
||||
keywords:
|
||||
- grafana
|
||||
- troubleshooting
|
||||
- documentation
|
||||
- guide
|
||||
title: Troubleshooting
|
||||
weight: 180
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/troubleshooting/diagnostics/"]
|
||||
title = "Enable diagnostics"
|
||||
weight = 200
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/troubleshooting/diagnostics/
|
||||
title: Enable diagnostics
|
||||
weight: 200
|
||||
---
|
||||
|
||||
# Enable diagnostics
|
||||
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/troubleshooting/troubleshoot-dashboards/"]
|
||||
description = "Guide to troubleshooting Grafana dashboards"
|
||||
keywords = ["grafana", "troubleshooting", "documentation", "dashboards"]
|
||||
title = "Troubleshoot dashboards"
|
||||
weight = 100
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/troubleshooting/troubleshoot-dashboards/
|
||||
description: Guide to troubleshooting Grafana dashboards
|
||||
keywords:
|
||||
- grafana
|
||||
- troubleshooting
|
||||
- documentation
|
||||
- dashboards
|
||||
title: Troubleshoot dashboards
|
||||
weight: 100
|
||||
---
|
||||
|
||||
# Troubleshoot dashboards
|
||||
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/troubleshooting/troubleshoot-queries/"]
|
||||
description = "Guide to troubleshooting Grafana queries"
|
||||
keywords = ["grafana", "troubleshooting", "documentation", "guide", "queries"]
|
||||
title = "Troubleshoot queries"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/troubleshooting/troubleshoot-queries/
|
||||
description: Guide to troubleshooting Grafana queries
|
||||
keywords:
|
||||
- grafana
|
||||
- troubleshooting
|
||||
- documentation
|
||||
- guide
|
||||
- queries
|
||||
title: Troubleshoot queries
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Troubleshoot queries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user