Docs: Display panels alphabetically (#20130)

Using the same weight for all panels, so that the panels are displayed
in an alphabetical order.
pull/20167/head
olcbean 6 years ago committed by Marcus Olsson
parent b2be71ccce
commit 64bf3b3c04
  1. 2
      docs/sources/features/panels/graph.md
  2. 2
      docs/sources/features/panels/heatmap.md
  3. 2
      docs/sources/features/panels/logs.md
  4. 2
      docs/sources/features/panels/singlestat.md
  5. 2
      docs/sources/features/panels/table_panel.md

@ -6,7 +6,7 @@ aliases = ["/reference/graph/"]
[menu.docs]
name = "Graph"
parent = "panels"
weight = 1
weight = 4
+++
# Graph Panel

@ -6,7 +6,7 @@ type = "docs"
[menu.docs]
name = "Heatmap"
parent = "panels"
weight = 3
weight = 4
+++
# Heatmap Panel

@ -6,7 +6,7 @@ aliases = ["/reference/logs/"]
[menu.docs]
name = "Logs"
parent = "panels"
weight = 2
weight = 4
+++
# Logs Panel

@ -6,7 +6,7 @@ aliases = ["/reference/singlestat/"]
[menu.docs]
name = "Singlestat"
parent = "panels"
weight = 2
weight = 4
+++

@ -6,7 +6,7 @@ aliases = ["/reference/table/"]
[menu.docs]
name = "Table"
parent = "panels"
weight = 2
weight = 4
+++

Loading…
Cancel
Save