config.toml 1018 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. baseurl = "http://localhost:3002/"
  2. languageCode = "en-us"
  3. title = "Grafana Docs"
  4. canonifyurls = false
  5. relativeURLs = false
  6. verbose = true
  7. enableRobotsTXT = true
  8. disableSitemap = false
  9. disableRSS = true
  10. [[menu.top]]
  11. name = "Docs"
  12. url = ""
  13. weight = 1
  14. [[menu.top]]
  15. name = "Community"
  16. url = "/community"
  17. weight = 2
  18. [[menu.top]]
  19. name = "Support"
  20. url = "/support"
  21. weight = 3
  22. [[menu.top]]
  23. name = "Plugins"
  24. url = "https://grafana.net/plugins"
  25. weight = 4
  26. [[menu.top]]
  27. name = "Dashboards"
  28. url = "https://grafana.net/dashboards"
  29. weight = 5
  30. [[menu.top]]
  31. name = "Hosting"
  32. url = "/hosting"
  33. weight = 6
  34. [[menu.top]]
  35. name = "Github"
  36. url = "https://github.com/grafana/grafana"
  37. weight = 7
  38. ## Main
  39. [[menu.main]]
  40. name = "Feature Gallery"
  41. url = "/features"
  42. weight = 1
  43. [[menu.main]]
  44. name = "Live Demo"
  45. url = "http://play.grafana.org"
  46. weight = 2
  47. [[menu.main]]
  48. name = "Download"
  49. url = "/download"
  50. weight = 3
  51. [[menu.main]]
  52. name = "Blog"
  53. url = "/blog"
  54. weight = 4