mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
54 lines
1.8 KiB
YAML
54 lines
1.8 KiB
YAML
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']
|
|
- ['installation/index.md', 'Installation', 'Install & Configure']
|
|
- ['installation/provisioning.md', 'Installation', 'Provisioning']
|
|
- ['installation/performance.md', 'Installation', 'Performance tips']
|
|
- ['installation/troubleshooting.md', 'Installation', 'Troubleshooting']
|
|
|
|
- ['guides/gettingstarted.md', 'User Guides', 'Getting started']
|
|
- ['guides/screencasts.md', 'User Guides', 'Screencasts']
|
|
|
|
- ['reference/graph.md', 'Reference', 'Graph options']
|
|
- ['reference/annotations.md', 'Reference', 'Annotations']
|
|
- ['reference/timerange.md', 'Reference', 'Time range controls']
|
|
- ['reference/search.md', 'Reference', 'Dashboard Search']
|
|
- ['reference/templating.md', 'Reference', 'Templated dashboards']
|
|
- ['reference/scripting.md', 'Reference', 'Scripted dashboards']
|
|
- ['reference/playlist.md', 'Reference', 'Playlist']
|
|
- ['reference/export_import.md', 'Reference', 'Import & Export']
|
|
|
|
- ['datasources/graphite.md', 'Data Sources', 'Graphite']
|
|
- ['datasources/influxdb.md', 'Data Sources', 'InfluxDB']
|
|
- ['datasources/opentsdb.md', 'Data Sources', 'OpenTSDB']
|
|
|
|
- ['project/building_from_source.md', 'Project', 'Building from souce']
|
|
- ['project/cla.md', 'Project', 'Contributor License Agreement']
|
|
|
|
- ['jsearch.md', '**HIDDEN**']
|