mkdocs.yml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. site_name: Grafana Documentation
  2. #site_url: http://docs.grafana.com/
  3. site_url: /
  4. site_description: Documentation for Grafana, The Graphite and Influxdb dashboard and graph composer
  5. site_favicon: img/fav32.png
  6. dev_addr: '0.0.0.0:8000'
  7. repo_url: https://github.com/grafana/grafana/
  8. docs_dir: sources
  9. include_search: true
  10. use_absolute_urls: true
  11. # theme: docker
  12. theme_dir: ./theme/mkdocs/
  13. theme_center_lead: false
  14. copyright: Copyright © 2014-2015, Coding Instinct AB.
  15. google_analytics: ['UA-47280256-1', 'grafana.org']
  16. pages:
  17. # Introduction:
  18. - ['index.md', 'About', 'Grafana']
  19. - ['installation/index.md', 'Installation', 'Installation']
  20. - ['installation/debian.md', 'Installation', 'Installing on Debian / Ubuntu']
  21. - ['installation/rpm.md', 'Installation', 'Installing on RPM-based Linux']
  22. - ['installation/mac.md', 'Installation', 'Installing on Mac OS X']
  23. - ['installation/windows.md', 'Installation', 'Installing on Windows']
  24. - ['installation/docker.md', 'Installation', 'Installing on Docker']
  25. - ['installation/configuration.md', 'Installation', 'Configuration']
  26. - ['installation/provisioning.md', 'Installation', 'Provisioning']
  27. - ['installation/performance.md', 'Installation', 'Performance tips']
  28. - ['installation/troubleshooting.md', 'Installation', 'Troubleshooting']
  29. - ['installation/migrating_to2.md', 'Installation', 'Migrating from v1.x to v2.x']
  30. - ['guides/gettingstarted.md', 'User Guides', 'Getting started']
  31. - ['guides/whats-new-in-v2.md', 'User Guides', "What's New in Grafana v2.0"]
  32. - ['guides/screencasts.md', 'User Guides', 'Screencasts']
  33. - ['reference/graph.md', 'Reference', 'Graph Panel']
  34. - ['reference/singlestat.md', 'Reference', 'Singlestat Panel']
  35. - ['reference/dashlist.md', 'Reference', 'Dashlist Panel']
  36. - ['reference/sharing.md', 'Reference', 'Sharing']
  37. - ['reference/annotations.md', 'Reference', 'Annotations']
  38. - ['reference/timerange.md', 'Reference', 'Time range controls']
  39. - ['reference/search.md', 'Reference', 'Dashboard Search']
  40. - ['reference/templating.md', 'Reference', 'Templated dashboards']
  41. - ['reference/scripting.md', 'Reference', 'Scripted dashboards']
  42. - ['reference/playlist.md', 'Reference', 'Playlist']
  43. - ['reference/export_import.md', 'Reference', 'Import & Export']
  44. - ['reference/admin.md', 'Reference', 'Administration']
  45. - ['reference/http_api.md', 'Reference', 'HTTP API']
  46. - ['datasources/graphite.md', 'Data Sources', 'Graphite']
  47. - ['datasources/influxdb.md', 'Data Sources', 'InfluxDB']
  48. - ['datasources/opentsdb.md', 'Data Sources', 'OpenTSDB']
  49. - ['project/building_from_source.md', 'Project', 'Building from source']
  50. - ['project/cla.md', 'Project', 'Contributor License Agreement']
  51. - ['jsearch.md', '**HIDDEN**']