docs(paths): adds aliase for rpm and debian install

got reports on twitter about broken links.
This commit is contained in:
bergquist 2016-12-16 17:36:01 +01:00
parent 686f598d44
commit 30022b0d0b
3 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title = "Installing on Debian / Ubuntu"
description = "Install guide for Grafana"
keywords = ["grafana", "installation", "documentation"]
type = "docs"
aliases = ["/installation/installation/"]
aliases = ["/installation/installation/debian"]
[menu.docs]
name = "Installing on Ubuntu / Debian"
identifier = "debian"

View File

@ -3,6 +3,7 @@ title = "Installation"
description = "Install guide for Grafana"
keywords = ["grafana", "installation", "documentation"]
type = "docs"
aliases = ["installation/installation"]
[menu.docs]
name = "Installation"
identifier = "installation"

View File

@ -2,6 +2,7 @@
title = "Installing on RPM-based Linux"
description = "Grafana Installation guide for Centos, Fedora, OpenSuse, Redhat."
keywords = ["grafana", "installation", "documentation", "centos", "fedora", "opensuse", "redhat"]
aliases = ["installation/installation/rpm"]
type = "docs"
[menu.docs]
name = "Installing on Centos / Redhat"