mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Display panels alphabetically (#20130)
Using the same weight for all panels, so that the panels are displayed in an alphabetical order.
This commit is contained in:
parent
b2be71ccce
commit
64bf3b3c04
@ -6,7 +6,7 @@ aliases = ["/reference/graph/"]
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Graph"
|
name = "Graph"
|
||||||
parent = "panels"
|
parent = "panels"
|
||||||
weight = 1
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Graph Panel
|
# Graph Panel
|
||||||
|
@ -6,7 +6,7 @@ type = "docs"
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Heatmap"
|
name = "Heatmap"
|
||||||
parent = "panels"
|
parent = "panels"
|
||||||
weight = 3
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Heatmap Panel
|
# Heatmap Panel
|
||||||
|
@ -6,7 +6,7 @@ aliases = ["/reference/logs/"]
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Logs"
|
name = "Logs"
|
||||||
parent = "panels"
|
parent = "panels"
|
||||||
weight = 2
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Logs Panel
|
# Logs Panel
|
||||||
|
@ -6,7 +6,7 @@ aliases = ["/reference/singlestat/"]
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Singlestat"
|
name = "Singlestat"
|
||||||
parent = "panels"
|
parent = "panels"
|
||||||
weight = 2
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ aliases = ["/reference/table/"]
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Table"
|
name = "Table"
|
||||||
parent = "panels"
|
parent = "panels"
|
||||||
weight = 2
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user