Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/explore/query-management/"]
|
||||
keywords = ["explore", "loki", "logs"]
|
||||
title = "Query management"
|
||||
weight = 10
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/explore/query-management/
|
||||
keywords:
|
||||
- explore
|
||||
- loki
|
||||
- logs
|
||||
title: Query management
|
||||
weight: 10
|
||||
---
|
||||
|
||||
# Query management in Explore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user