docs: update docs structure and nav

This commit is contained in:
Alexander Zobnin
2018-10-22 11:57:58 +03:00
parent 184029ba89
commit 9cdbf72055
7 changed files with 9 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ Or see more installation options in [docs](https://alexanderzobnin.github.io/gra
## Getting started ## Getting started
First, [configure](https://alexanderzobnin.github.io/grafana-zabbix/installation/configuration/) Zabbix data source. Then you can create your first dashboard with step-by-step [Getting started guide](https://alexanderzobnin.github.io/grafana-zabbix/guides/gettingstarted/). First, [configure](https://alexanderzobnin.github.io/grafana-zabbix/configuration/) Zabbix data source. Then you can create your first dashboard with step-by-step [Getting started guide](https://alexanderzobnin.github.io/grafana-zabbix/guides/gettingstarted/).
## Documentation ## Documentation

View File

@@ -22,11 +22,13 @@ nav:
- 'Feature Highlights': 'features.md' - 'Feature Highlights': 'features.md'
- Installation: - Installation:
- 'Installation': 'installation/index.md' - 'Installation': 'installation/index.md'
- 'Configuration': 'installation/configuration.md' - 'Building from sources': 'installation/run_from_master.md'
- 'SQL Data Source Configuration': 'installation/configuration-sql.md'
- 'Provisioning': 'installation/provisioning.md'
- 'Upgrade': 'installation/upgrade.md' - 'Upgrade': 'installation/upgrade.md'
- 'Troubleshooting': 'installation/troubleshooting.md' - Configuration:
- 'Configuration': 'configuration/index.md'
- 'SQL Data Source Configuration': 'configuration/sql_datasource.md'
- 'Provisioning': 'configuration/provisioning.md'
- 'Troubleshooting': 'configuration/troubleshooting.md'
- User Guides: - User Guides:
- 'Getting Started': 'guides/gettingstarted.md' - 'Getting Started': 'guides/gettingstarted.md'
- 'Templating': 'guides/templating.md' - 'Templating': 'guides/templating.md'

View File

@@ -58,7 +58,7 @@ Direct DB Connection allows plugin to use existing SQL data source for querying
database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces
amount of data transfered. amount of data transfered.
Read [how to configure](/installation/configuration-sql) SQL data source in Grafana. Read [how to configure](/configuration/sql_datasource) SQL data source in Grafana.
- **Enable**: enable Direct DB Connection. - **Enable**: enable Direct DB Connection.
- **SQL Data Source**: Select SQL Data Source for Zabbix database. - **SQL Data Source**: Select SQL Data Source for Zabbix database.

View File

@@ -17,7 +17,7 @@ this tool better.
If you have any troubles with Grafana or you just want clarification on a feature, there are If you have any troubles with Grafana or you just want clarification on a feature, there are
a number of ways to get help: a number of ways to get help:
- [Troubleshooting guide](/installation/troubleshooting/) - [Troubleshooting guide](/configuration/troubleshooting/)
- Search closed and open [issues on GitHub](https://github.com/grafana/grafana/issues) - Search closed and open [issues on GitHub](https://github.com/grafana/grafana/issues)
- [Gitter room](https://gitter.im/alexanderzobnin/grafana-zabbix) - [Gitter room](https://gitter.im/alexanderzobnin/grafana-zabbix)
- [Twitter](https://twitter.com/AlexanderZobnin) - [Twitter](https://twitter.com/AlexanderZobnin)