From 9e13c9337950b2bcfb59c134ecb358a746caadce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 26 Apr 2017 13:01:03 +0200 Subject: [PATCH] docs: fixed redirects to panel docs for old location, caused by move in bd414c17937cbb1028f3bf9f482d082e67d33ead --- docs/sources/features/panels/dashlist.md | 1 + docs/sources/features/panels/graph.md | 2 +- docs/sources/features/panels/singlestat.md | 1 + docs/sources/features/panels/table_panel.md | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/features/panels/dashlist.md b/docs/sources/features/panels/dashlist.md index 5377c7c1941..b6f7d21c1c8 100644 --- a/docs/sources/features/panels/dashlist.md +++ b/docs/sources/features/panels/dashlist.md @@ -2,6 +2,7 @@ title = "Dashboard List" keywords = ["grafana", "dashboard list", "documentation", "panel", "dashlist"] type = "docs" +aliases = ["/reference/dashlist/"] [menu.docs] name = "Dashboard list" parent = "panels" diff --git a/docs/sources/features/panels/graph.md b/docs/sources/features/panels/graph.md index 7fbebcfeb97..db156b7aee5 100644 --- a/docs/sources/features/panels/graph.md +++ b/docs/sources/features/panels/graph.md @@ -2,6 +2,7 @@ title = "Graph Panel" keywords = ["grafana", "graph panel", "documentation", "guide", "graph"] type = "docs" +aliases = ["/reference/graph/"] [menu.docs] name = "Graph" parent = "panels" @@ -74,7 +75,6 @@ values can be hidden from the legend using the ``Hide empty`` checkbox. ### Legend Values Additional values can be shown along-side the legend names: - - ``Total`` - Sum of all values returned from metric query - ``Current`` - Last value returned from the metric query - ``Min`` - Minimum of all values returned from metric query diff --git a/docs/sources/features/panels/singlestat.md b/docs/sources/features/panels/singlestat.md index 9f2edb7df05..eb9b2f26ea5 100644 --- a/docs/sources/features/panels/singlestat.md +++ b/docs/sources/features/panels/singlestat.md @@ -2,6 +2,7 @@ title = "Singlestat Panel" keywords = ["grafana", "dashboard", "documentation", "panels", "singlestat"] type = "docs" +aliases = ["/reference/singlestat/"] [menu.docs] name = "Singlestat" parent = "panels" diff --git a/docs/sources/features/panels/table_panel.md b/docs/sources/features/panels/table_panel.md index 249886e1f57..9ddc2cddaee 100644 --- a/docs/sources/features/panels/table_panel.md +++ b/docs/sources/features/panels/table_panel.md @@ -2,6 +2,7 @@ title = "Table Panel" keywords = ["grafana", "dashboard", "documentation", "panels", "table panel"] type = "docs" +aliases = ["/reference/table/"] [menu.docs] name = "Table" parent = "panels"