docs: fixed order of sidemenu

This commit is contained in:
Torkel Ödegaard 2018-01-30 15:21:43 +01:00
parent 8fed56e334
commit 1cc5349bfd
7 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,7 @@ type = "docs"
[menu.docs] [menu.docs]
name = "Features" name = "Features"
identifier = "features" identifier = "features"
weight = 3 weight = 4
+++ +++

View File

@ -7,6 +7,7 @@ type = "docs"
name = "Basic Concepts" name = "Basic Concepts"
identifier = "basic_concepts" identifier = "basic_concepts"
parent = "guides" parent = "guides"
weight = 2
+++ +++
# Basic Concepts # Basic Concepts

View File

@ -8,6 +8,7 @@ aliases = ["/guides/gettingstarted"]
name = "Getting Started" name = "Getting Started"
identifier = "getting_started_guide" identifier = "getting_started_guide"
parent = "guides" parent = "guides"
weight = 1
+++ +++
# Getting started # Getting started

View File

@ -4,6 +4,6 @@ type = "docs"
[menu.docs] [menu.docs]
name = "Getting Started" name = "Getting Started"
identifier = "guides" identifier = "guides"
weight = 2 weight = 3
+++ +++

View File

@ -4,10 +4,6 @@ description = "Install guide for Grafana"
keywords = ["grafana", "installation", "documentation"] keywords = ["grafana", "installation", "documentation"]
type = "docs" type = "docs"
aliases = ["v1.1", "guides/reference/admin"] aliases = ["v1.1", "guides/reference/admin"]
[menu.docs]
name = "Welcome to the Docs"
identifier = "root"
weight = -1
+++ +++
# Welcome to the Grafana Documentation # Welcome to the Grafana Documentation

View File

@ -7,6 +7,7 @@ aliases = ["installation/installation/", "v2.1/installation/install/"]
[menu.docs] [menu.docs]
name = "Installation" name = "Installation"
identifier = "installation" identifier = "installation"
weight = 1
+++ +++
## Installing Grafana ## Installing Grafana

View File

@ -3,7 +3,7 @@ title = "What's New in Grafana"
[menu.docs] [menu.docs]
name = "What's New In Grafana" name = "What's New In Grafana"
identifier = "whatsnew" identifier = "whatsnew"
weight = 2 weight = 3
+++ +++