mkdocs.yml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. site_name: Grafana Documentation
  2. site_url: /
  3. site_description: Documentation for Grafana, The Graphite and Influxdb dashboard and graph composer
  4. site_favicon: img/fav32.png
  5. dev_addr: '0.0.0.0:8000'
  6. repo_url: https://github.com/grafana/grafana/
  7. docs_dir: sources
  8. include_search: true
  9. use_absolute_urls: true
  10. # theme: docker
  11. theme_dir: ./theme/mkdocs/
  12. theme_center_lead: false
  13. copyright: Copyright © 2014-2015, Coding Instinct AB.
  14. google_analytics: ['UA-47280256-1', 'grafana.org']
  15. pages:
  16. # Introduction:
  17. # - ['index.md', 'Project', 'About Grafana']
  18. # - ['project/cla.md', 'Project', 'Contributor License Agreement']
  19. - ['index.md', '**HIDDEN**']
  20. - ['installation/index.md', 'Installation', 'Installation']
  21. - ['installation/debian.md', 'Installation', 'Installing on Debian / Ubuntu']
  22. - ['installation/rpm.md', 'Installation', 'Installing on RPM-based Linux']
  23. - ['installation/mac.md', 'Installation', 'Installing on Mac OS X']
  24. - ['installation/windows.md', 'Installation', 'Installing on Windows']
  25. - ['installation/docker.md', 'Installation', 'Installing on Docker']
  26. - ['project/building_from_source.md', 'Installation', 'Building from Source']
  27. - ['installation/configuration.md', 'Installation', 'Configuration']
  28. - ['installation/ldap.md', 'Installation', 'LDAP Integration']
  29. - ['installation/provisioning.md', 'Installation', 'Provisioning']
  30. - ['installation/performance.md', 'Installation', 'Performance Tips']
  31. - ['installation/troubleshooting.md', 'Installation', 'Troubleshooting']
  32. - ['installation/migrating_to2.md', 'Installation', 'Migrating from v1.x to v2.x']
  33. - ['guides/basic_concepts.md', 'User Guides', 'Basic Concepts']
  34. - ['guides/gettingstarted.md', 'User Guides', 'Getting Started']
  35. - ['guides/whats-new-in-v3-1.md', 'User Guides', "What's New in Grafana v3.1"]
  36. - ['guides/whats-new-in-v3.md', 'User Guides', "What's New in Grafana v3.0"]
  37. - ['guides/whats-new-in-v2-6.md', 'User Guides', "What's New in Grafana v2.6"]
  38. - ['guides/whats-new-in-v2-5.md', 'User Guides', "What's New in Grafana v2.5"]
  39. - ['guides/whats-new-in-v2-1.md', 'User Guides', "What's New in Grafana v2.1"]
  40. - ['guides/whats-new-in-v2.md', 'User Guides', "What's New in Grafana v2.0"]
  41. - ['guides/screencasts.md', 'User Guides', 'Screencasts']
  42. - ['reference/graph.md', 'Reference', 'Graph Panel']
  43. - ['reference/singlestat.md', 'Reference', 'Singlestat Panel']
  44. - ['reference/table_panel.md', 'Reference', 'Table Panel']
  45. - ['reference/dashlist.md', 'Reference', 'Dashboard List Panel']
  46. - ['reference/sharing.md', 'Reference', 'Sharing']
  47. - ['reference/annotations.md', 'Reference', 'Annotations']
  48. - ['reference/timerange.md', 'Reference', 'Time Range']
  49. - ['reference/search.md', 'Reference', 'Search']
  50. - ['reference/templating.md', 'Reference', 'Templating']
  51. - ['reference/scripting.md', 'Reference', 'Scripting']
  52. - ['reference/playlist.md', 'Reference', 'Playlist']
  53. - ['reference/export_import.md', 'Reference', 'Import & Export']
  54. - ['reference/admin.md', 'Reference', 'Administration']
  55. - ['reference/keyboard_shortcuts.md', 'Reference', 'Keyboard Shortcuts']
  56. - ['datasources/overview.md', 'Data Sources', 'Overview']
  57. - ['datasources/graphite.md', 'Data Sources', 'Graphite']
  58. - ['datasources/elasticsearch.md', 'Data Sources', 'Elasticsearch']
  59. - ['datasources/cloudwatch.md', 'Data Sources', 'CloudWatch']
  60. - ['datasources/influxdb.md', 'Data Sources', 'InfluxDB']
  61. - ['datasources/opentsdb.md', 'Data Sources', 'OpenTSDB']
  62. - ['datasources/kairosdb.md', 'Data Sources', 'KairosDB']
  63. - ['datasources/prometheus.md', 'Data Sources', 'Prometheus']
  64. - ['http_api/overview.md', 'API', 'Overview']
  65. - ['http_api/auth.md', 'API', 'Authentication API']
  66. - ['http_api/dashboard.md', 'API', 'Dashboard API']
  67. - ['http_api/data_source.md', 'API', 'Data Source API']
  68. - ['http_api/org.md', 'API', 'Organisation API']
  69. - ['http_api/user.md', 'API', 'User API']
  70. - ['http_api/admin.md', 'API', 'Admin API']
  71. - ['http_api/snapshot.md', 'API', 'Snapshot API']
  72. - ['http_api/preferences.md', 'API', 'Preferences API']
  73. - ['http_api/other.md', 'API', 'Other API']
  74. - ['plugins/index.md', 'Plugins', 'Overview']
  75. - ['plugins/installation.md', 'Plugins', 'Installation']
  76. - ['plugins/development.md', 'Plugins', 'Development']
  77. - ['plugins/apps.md', 'Plugins', 'Apps']
  78. - ['plugins/datasources.md', 'Plugins', 'Datasources']
  79. - ['plugins/panels.md', 'Plugins', 'Panels']
  80. - ['tutorials/index.md', 'Tutorials', 'Tutorials']
  81. - ['tutorials/hubot_howto.md', 'Tutorials', 'How To integrate Hubot and Grafana']
  82. - ['jsearch.md', '**HIDDEN**']