Convert TOML front matter to YAML (#49724)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
+++
|
||||
title = "Explore"
|
||||
keywords = ["explore", "loki", "logs"]
|
||||
aliases = ["/docs/grafana/latest/features/explore/"]
|
||||
weight = 90
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/features/explore/
|
||||
keywords:
|
||||
- explore
|
||||
- loki
|
||||
- logs
|
||||
title: Explore
|
||||
weight: 90
|
||||
---
|
||||
|
||||
# Explore
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Inspector in Explore"
|
||||
weight = 400
|
||||
+++
|
||||
---
|
||||
title: Inspector in Explore
|
||||
weight: 400
|
||||
---
|
||||
|
||||
# Inspector in Explore
|
||||
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
+++
|
||||
title = "Logs in Explore"
|
||||
description = "Logs in Explore"
|
||||
keywords = ["explore", "logs",]
|
||||
weight = 15
|
||||
+++
|
||||
---
|
||||
description: Logs in Explore
|
||||
keywords:
|
||||
- explore
|
||||
- logs
|
||||
title: Logs in Explore
|
||||
weight: 15
|
||||
---
|
||||
|
||||
# Logs in Explore
|
||||
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
+++
|
||||
title = "Query management"
|
||||
keywords = ["explore", "loki", "logs"]
|
||||
weight = 10
|
||||
+++
|
||||
---
|
||||
keywords:
|
||||
- explore
|
||||
- loki
|
||||
- logs
|
||||
title: Query management
|
||||
weight: 10
|
||||
---
|
||||
|
||||
# Query management in Explore
|
||||
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
+++
|
||||
title = "Tracing in Explore"
|
||||
description = "Tracing in Explore"
|
||||
keywords = ["explore", "trace",]
|
||||
weight = 20
|
||||
+++
|
||||
---
|
||||
description: Tracing in Explore
|
||||
keywords:
|
||||
- explore
|
||||
- trace
|
||||
title: Tracing in Explore
|
||||
weight: 20
|
||||
---
|
||||
|
||||
# Tracing in Explore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user