forked from grafana/docs-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (34 loc) · 1.51 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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**']