33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
site_name: Grafana-Zabbix Documentation
|
|
#site_url: http://docs.grafana-zabbix.org/
|
|
#site_url: /
|
|
site_description: Documentation for Grafana-Zabbix, Zabbix monitoring system plugin bundle for Grafana
|
|
repo_url: https://github.com/alexanderzobnin/grafana-zabbix/
|
|
edit_uri: blob/master/docs/sources/
|
|
copyright: Copyright © 2015-2016, Alexander Zobnin
|
|
|
|
docs_dir: sources
|
|
theme: readthedocs
|
|
extra_css:
|
|
- css/custom.css
|
|
|
|
pages:
|
|
- Project:
|
|
- 'About Grafana-Zabbix': 'index.md'
|
|
- 'Feature Highlights': 'features.md'
|
|
- Installation:
|
|
- 'Installation': 'installation/index.md'
|
|
- 'Configuration': 'installation/configuration.md'
|
|
- 'Upgrade': 'installation/upgrade.md'
|
|
- 'Troubleshooting': 'installation/troubleshooting.md'
|
|
- User Guides:
|
|
- 'Getting Started': 'guides/gettingstarted.md'
|
|
- 'Templating': 'guides/templating.md'
|
|
- Reference:
|
|
- 'Zabbix Datasource': 'reference/datasource-zabbix.md'
|
|
- 'Triggers Panel': 'reference/panel-triggers.md'
|
|
- 'Functions': 'reference/functions.md'
|
|
- 'Alerting': 'reference/alerting.md'
|
|
# - Tutorials:
|
|
# - 'Building Host Dashboard': 'tutorials/host_dashboard.md'
|