mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: fixed order of sidemenu
This commit is contained in:
parent
8fed56e334
commit
1cc5349bfd
@ -5,7 +5,7 @@ type = "docs"
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Features"
|
name = "Features"
|
||||||
identifier = "features"
|
identifier = "features"
|
||||||
weight = 3
|
weight = 4
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -4,6 +4,6 @@ type = "docs"
|
|||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Getting Started"
|
name = "Getting Started"
|
||||||
identifier = "guides"
|
identifier = "guides"
|
||||||
weight = 2
|
weight = 3
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user