mkdocs.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/installation.md', 'Installation', 'Install & Configure']
  20. - ['installation/provisioning.md', 'Installation', 'Provisioning']
  21. - ['installation/performance.md', 'Installation', 'Performance tips']
  22. - ['installation/troubleshooting.md', 'Installation', 'Troubleshooting']
  23. - ['features/intro.md', 'User Guides', 'Getting started']
  24. - ['features/graphs.md', 'User Guides', 'Graph options']
  25. - ['features/annotations.md', 'User Guides', 'Annotations']
  26. - ['features/time_range.md', 'User Guides', 'Time range controls']
  27. - ['features/search.md', 'User Guides', 'Search features']
  28. - ['features/templated_dashboards.md', 'User Guides', 'Templated dashboards']
  29. - ['features/scripted_dashboards.md', 'User Guides', 'Scripted dashboards']
  30. - ['features/playlist.md', 'User Guides', 'Playlist']
  31. - ['features/export_import.md', 'User Guides', 'Import & Export']
  32. - ['screencasts/index.md', 'User Guides', 'Screencasts']
  33. - ['features/graphite.md', 'Metric Queries', 'Graphite guide']
  34. - ['features/influxdb.md', 'Metric Queries', 'InfluxDB guide']
  35. - ['features/opentsdb.md', 'Metric Queries', 'OpenTSDB guide']
  36. - ['contributing/building_from_source.md', 'Contribute', 'Building from souce']
  37. - ['contributing/cla.md', 'Contribute', 'Contributor License Agreement']
  38. - ['support/index.md', 'Support', 'Support']
  39. - ['jsearch.md', '**HIDDEN**']