From 64bf3b3c04c047824f6a2b00479f0d67bd0f31f4 Mon Sep 17 00:00:00 2001 From: olcbean Date: Mon, 4 Nov 2019 17:26:52 +0100 Subject: [PATCH] Docs: Display panels alphabetically (#20130) Using the same weight for all panels, so that the panels are displayed in an alphabetical order. --- docs/sources/features/panels/graph.md | 2 +- docs/sources/features/panels/heatmap.md | 2 +- docs/sources/features/panels/logs.md | 2 +- docs/sources/features/panels/singlestat.md | 2 +- docs/sources/features/panels/table_panel.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/features/panels/graph.md b/docs/sources/features/panels/graph.md index 5923d0a6dbb..969018ec234 100644 --- a/docs/sources/features/panels/graph.md +++ b/docs/sources/features/panels/graph.md @@ -6,7 +6,7 @@ aliases = ["/reference/graph/"] [menu.docs] name = "Graph" parent = "panels" -weight = 1 +weight = 4 +++ # Graph Panel diff --git a/docs/sources/features/panels/heatmap.md b/docs/sources/features/panels/heatmap.md index 6f76d79176a..7d9ec81342e 100644 --- a/docs/sources/features/panels/heatmap.md +++ b/docs/sources/features/panels/heatmap.md @@ -6,7 +6,7 @@ type = "docs" [menu.docs] name = "Heatmap" parent = "panels" -weight = 3 +weight = 4 +++ # Heatmap Panel diff --git a/docs/sources/features/panels/logs.md b/docs/sources/features/panels/logs.md index af7cdbd21d1..e2996d004f4 100644 --- a/docs/sources/features/panels/logs.md +++ b/docs/sources/features/panels/logs.md @@ -6,7 +6,7 @@ aliases = ["/reference/logs/"] [menu.docs] name = "Logs" parent = "panels" -weight = 2 +weight = 4 +++ # Logs Panel diff --git a/docs/sources/features/panels/singlestat.md b/docs/sources/features/panels/singlestat.md index 9808446a2ce..f6f06e87150 100644 --- a/docs/sources/features/panels/singlestat.md +++ b/docs/sources/features/panels/singlestat.md @@ -6,7 +6,7 @@ aliases = ["/reference/singlestat/"] [menu.docs] name = "Singlestat" parent = "panels" -weight = 2 +weight = 4 +++ diff --git a/docs/sources/features/panels/table_panel.md b/docs/sources/features/panels/table_panel.md index cf9bf5ce0fe..a818ecbb182 100644 --- a/docs/sources/features/panels/table_panel.md +++ b/docs/sources/features/panels/table_panel.md @@ -6,7 +6,7 @@ aliases = ["/reference/table/"] [menu.docs] name = "Table" parent = "panels" -weight = 2 +weight = 4 +++