fix(docs): fixed support for old docs url, fixes #6960

This commit is contained in:
Torkel Ödegaard 2016-12-14 21:21:21 +01:00
parent 330c1b945e
commit c59fd2e8f6
2 changed files with 12 additions and 0 deletions

View File

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

View File

@ -8,3 +8,14 @@ name = "Installation"
identifier = "installation" identifier = "installation"
+++ +++
## Installing Grafana
- [Installing on Debian / Ubuntu](installation/debian)
- [Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)](installation/rpm)
- [Installing on Mac OS X](installation/mac)
- [Installing on Windows](installation/windows)
- [Installing on Docker](installation/docker)
- [Installing using Provisioning (Chef, Puppet, Salt, Ansible, etc)](installation/provisioning)
- [Nightly Builds](http://grafana.org/builds)