mirror of https://github.com/grafana/grafana.git
71 lines
1018 B
TOML
71 lines
1018 B
TOML
baseurl = "http://localhost:3002/"
|
|
languageCode = "en-us"
|
|
title = "Grafana Docs"
|
|
canonifyurls = false
|
|
relativeURLs = false
|
|
verbose = true
|
|
enableRobotsTXT = true
|
|
disableSitemap = false
|
|
disableRSS = true
|
|
|
|
[[menu.top]]
|
|
name = "Docs"
|
|
url = ""
|
|
weight = 1
|
|
|
|
[[menu.top]]
|
|
name = "Community"
|
|
url = "/community"
|
|
weight = 2
|
|
|
|
[[menu.top]]
|
|
name = "Support"
|
|
url = "/support"
|
|
weight = 3
|
|
|
|
[[menu.top]]
|
|
name = "Plugins"
|
|
url = "https://grafana.net/plugins"
|
|
weight = 4
|
|
|
|
[[menu.top]]
|
|
name = "Dashboards"
|
|
url = "https://grafana.net/dashboards"
|
|
weight = 5
|
|
|
|
[[menu.top]]
|
|
name = "Hosting"
|
|
url = "/hosting"
|
|
weight = 6
|
|
|
|
[[menu.top]]
|
|
name = "Github"
|
|
url = "https://github.com/grafana/grafana"
|
|
weight = 7
|
|
|
|
## Main
|
|
[[menu.main]]
|
|
name = "Feature Gallery"
|
|
url = "/features"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Live Demo"
|
|
url = "http://play.grafana.org"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Download"
|
|
url = "/download"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/blog"
|
|
weight = 4
|
|
|
|
|
|
|
|
|
|
|