docs: explicitly set theme options
This commit is contained in:
@@ -6,29 +6,35 @@ edit_uri: edit/docs/docs/sources/
|
|||||||
copyright: Copyright © 2015-2018, Alexander Zobnin
|
copyright: Copyright © 2015-2018, Alexander Zobnin
|
||||||
|
|
||||||
docs_dir: sources
|
docs_dir: sources
|
||||||
theme: readthedocs
|
|
||||||
|
theme:
|
||||||
|
name: readthedocs
|
||||||
|
highlightjs: true
|
||||||
|
hljs_languages:
|
||||||
|
- yaml
|
||||||
|
- sql
|
||||||
extra_css:
|
extra_css:
|
||||||
- css/custom.css
|
- css/custom.css
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
- Project:
|
- Project:
|
||||||
- 'About Grafana-Zabbix': 'index.md'
|
- 'About Grafana-Zabbix': 'index.md'
|
||||||
- 'Feature Highlights': 'features.md'
|
- 'Feature Highlights': 'features.md'
|
||||||
- Installation:
|
- Installation:
|
||||||
- 'Installation': 'installation/index.md'
|
- 'Installation': 'installation/index.md'
|
||||||
- 'Configuration': 'installation/configuration.md'
|
- 'Configuration': 'installation/configuration.md'
|
||||||
- 'SQL Data Source Configuration': 'installation/configuration-sql.md'
|
- 'SQL Data Source Configuration': 'installation/configuration-sql.md'
|
||||||
- 'Provisioning': 'installation/provisioning.md'
|
- 'Provisioning': 'installation/provisioning.md'
|
||||||
- 'Upgrade': 'installation/upgrade.md'
|
- 'Upgrade': 'installation/upgrade.md'
|
||||||
- 'Troubleshooting': 'installation/troubleshooting.md'
|
- 'Troubleshooting': 'installation/troubleshooting.md'
|
||||||
- User Guides:
|
- User Guides:
|
||||||
- 'Getting Started': 'guides/gettingstarted.md'
|
- 'Getting Started': 'guides/gettingstarted.md'
|
||||||
- 'Templating': 'guides/templating.md'
|
- 'Templating': 'guides/templating.md'
|
||||||
- Reference:
|
- Reference:
|
||||||
- 'Zabbix Datasource': 'reference/datasource-zabbix.md'
|
- 'Zabbix Datasource': 'reference/datasource-zabbix.md'
|
||||||
- 'Triggers Panel': 'reference/panel-triggers.md'
|
- 'Triggers Panel': 'reference/panel-triggers.md'
|
||||||
- 'Functions': 'reference/functions.md'
|
- 'Functions': 'reference/functions.md'
|
||||||
- 'Alerting': 'reference/alerting.md'
|
- 'Alerting': 'reference/alerting.md'
|
||||||
- 'Direct DB Connection': 'reference/direct-db-connection.md'
|
- 'Direct DB Connection': 'reference/direct-db-connection.md'
|
||||||
# - Tutorials:
|
# - Tutorials:
|
||||||
# - 'Building Host Dashboard': 'tutorials/host_dashboard.md'
|
# - 'Building Host Dashboard': 'tutorials/host_dashboard.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user