2015-03-10 02:55:42 -05:00
|
|
|
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:
|
2015-10-06 03:38:19 -05:00
|
|
|
- ['index.md', 'Project', 'About Grafana']
|
|
|
|
- ['project/cla.md', 'Project', 'Contributor License Agreement']
|
|
|
|
|
2015-03-11 09:13:52 -05:00
|
|
|
- ['installation/index.md', 'Installation', 'Installation']
|
2015-04-13 00:34:55 -05:00
|
|
|
- ['installation/debian.md', 'Installation', 'Installing on Debian / Ubuntu']
|
|
|
|
- ['installation/rpm.md', 'Installation', 'Installing on RPM-based Linux']
|
|
|
|
- ['installation/mac.md', 'Installation', 'Installing on Mac OS X']
|
2015-04-13 00:55:07 -05:00
|
|
|
- ['installation/windows.md', 'Installation', 'Installing on Windows']
|
2015-04-13 00:34:55 -05:00
|
|
|
- ['installation/docker.md', 'Installation', 'Installing on Docker']
|
2015-10-06 03:38:19 -05:00
|
|
|
- ['project/building_from_source.md', 'Installation', 'Building from Source']
|
2015-04-13 00:34:55 -05:00
|
|
|
|
2015-03-11 09:13:52 -05:00
|
|
|
- ['installation/configuration.md', 'Installation', 'Configuration']
|
2015-07-15 07:48:39 -05:00
|
|
|
- ['installation/ldap.md', 'Installation', 'LDAP Integration']
|
2015-03-10 02:55:42 -05:00
|
|
|
- ['installation/provisioning.md', 'Installation', 'Provisioning']
|
2015-08-11 09:12:58 -05:00
|
|
|
- ['installation/performance.md', 'Installation', 'Performance Tips']
|
2015-03-10 02:55:42 -05:00
|
|
|
- ['installation/troubleshooting.md', 'Installation', 'Troubleshooting']
|
2015-03-12 04:52:29 -05:00
|
|
|
- ['installation/migrating_to2.md', 'Installation', 'Migrating from v1.x to v2.x']
|
2015-03-10 02:55:42 -05:00
|
|
|
|
2015-08-11 09:12:58 -05:00
|
|
|
- ['guides/basic_concepts.md', 'User Guides', 'Basic Concepts']
|
|
|
|
- ['guides/gettingstarted.md', 'User Guides', 'Getting Started']
|
2015-03-26 12:03:37 -05:00
|
|
|
- ['guides/whats-new-in-v2.md', 'User Guides', "What's New in Grafana v2.0"]
|
2015-07-17 15:32:46 -05:00
|
|
|
- ['guides/whats-new-in-v2-1.md', 'User Guides', "What's New in Grafana v2.1"]
|
2015-03-10 08:41:19 -05:00
|
|
|
- ['guides/screencasts.md', 'User Guides', 'Screencasts']
|
|
|
|
|
2015-03-13 03:46:53 -05:00
|
|
|
- ['reference/graph.md', 'Reference', 'Graph Panel']
|
|
|
|
- ['reference/singlestat.md', 'Reference', 'Singlestat Panel']
|
2015-08-11 09:12:58 -05:00
|
|
|
- ['reference/dashlist.md', 'Reference', 'Dashboard List Panel']
|
2015-03-26 11:55:07 -05:00
|
|
|
- ['reference/sharing.md', 'Reference', 'Sharing']
|
2015-03-10 08:41:19 -05:00
|
|
|
- ['reference/annotations.md', 'Reference', 'Annotations']
|
2015-08-11 09:12:58 -05:00
|
|
|
- ['reference/timerange.md', 'Reference', 'Time Range Controls']
|
2015-03-10 08:41:19 -05:00
|
|
|
- ['reference/search.md', 'Reference', 'Dashboard Search']
|
2015-08-11 09:12:58 -05:00
|
|
|
- ['reference/templating.md', 'Reference', 'Templated Dashboards']
|
|
|
|
- ['reference/scripting.md', 'Reference', 'Scripted Dashboards']
|
2015-03-10 08:41:19 -05:00
|
|
|
- ['reference/playlist.md', 'Reference', 'Playlist']
|
|
|
|
- ['reference/export_import.md', 'Reference', 'Import & Export']
|
2015-03-30 03:12:24 -05:00
|
|
|
- ['reference/admin.md', 'Reference', 'Administration']
|
2015-03-13 04:20:39 -05:00
|
|
|
- ['reference/http_api.md', 'Reference', 'HTTP API']
|
2015-08-10 17:19:56 -05:00
|
|
|
- ['reference/keyboard_shortcuts.md', 'Reference', 'Keyboard Shortcuts']
|
2015-03-10 08:41:19 -05:00
|
|
|
|
2015-10-09 01:28:33 -05:00
|
|
|
- ['datasources/overview.md', 'Data Sources', 'Overview']
|
2015-03-10 10:17:50 -05:00
|
|
|
- ['datasources/graphite.md', 'Data Sources', 'Graphite']
|
2015-10-26 07:36:00 -05:00
|
|
|
- ['datasources/elasticsearch.md', 'Data Sources', 'Elasticsearch']
|
2015-03-10 10:17:50 -05:00
|
|
|
- ['datasources/influxdb.md', 'Data Sources', 'InfluxDB']
|
|
|
|
- ['datasources/opentsdb.md', 'Data Sources', 'OpenTSDB']
|
2015-06-23 16:54:36 -05:00
|
|
|
- ['datasources/kairosdb.md', 'Data Sources', 'KairosDB']
|
2015-09-30 06:42:48 -05:00
|
|
|
- ['datasources/prometheus.md', 'Data Sources', 'Prometheus']
|
2015-03-10 08:41:19 -05:00
|
|
|
|
2015-08-13 02:51:31 -05:00
|
|
|
- ['tutorials/index.md', 'Tutorials', 'Tutorials']
|
2015-08-18 07:39:04 -05:00
|
|
|
- ['tutorials/hubot_howto.md', 'Tutorials', 'How To integrate Hubot and Grafana']
|
2015-08-13 01:52:50 -05:00
|
|
|
|
2015-03-10 02:55:42 -05:00
|
|
|
- ['jsearch.md', '**HIDDEN**']
|