| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- site_name: Grafana Documentation
- #site_url: http://docs.grafana.com/
- site_url: /
- site_description: Documentation for Grafana, The Graphite and Influxdb dashboard and graph composer
- site_favicon: img/fav32.png
- dev_addr: '0.0.0.0:8000'
- repo_url: https://github.com/grafana/grafana/
- docs_dir: sources
- include_search: true
- use_absolute_urls: true
- # theme: docker
- theme_dir: ./theme/mkdocs/
- theme_center_lead: false
- copyright: Copyright © 2014-2015, Coding Instinct AB.
- google_analytics: ['UA-47280256-1', 'grafana.org']
- pages:
- # Introduction:
- - ['index.md', 'About', 'Grafana']
- - ['install.md', 'Installation', 'Installation']
- - ['troubleshooting/index.md', 'Installation', 'Troubleshooting']
- - ['features/intro.md', 'User Guides', 'Getting started']
- - ['features/graphs.md', 'User Guides', 'Graph options']
- - ['features/annotations.md', 'User Guides', 'Annotations']
- - ['features/time_range.md', 'User Guides', 'Time range controls']
- - ['features/search.md', 'User Guides', 'Search features']
- - ['features/templated_dashboards.md', 'User Guides', 'Templated dashboards']
- - ['features/scripted_dashboards.md', 'User Guides', 'Scripted dashboards']
- - ['features/playlist.md', 'User Guides', 'Playlist']
- - ['features/export_import.md', 'User Guides', 'Import & Export']
- - ['features/graphite.md', 'Metric Queries', 'Graphite guide']
- - ['features/influxdb.md', 'Metric Queries', 'InfluxDB guide']
- - ['features/opentsdb.md', 'Metric Queries', 'OpenTSDB guide']
- - ['support/index.md', 'Support', 'Support']
- - ['jsearch.md', '**HIDDEN**']
|