Files
grafana-zabbix/docs
YuBinglei 890fa8ed50 Docs: fix link to SQL data source config page (#902)
* [Doc] change link in index.md

The original linked file in section `Direct DB Connection` is missing,
> Read how to configure SQL data source in Grafana.

change it to [direct_db_datasource](https://github.com/alexanderzobnin/grafana-zabbix/blob/docs/docs/sources/configuration/direct_db_datasource.md)

* rm md suffix
2020-04-13 10:27:20 +03:00
..
2020-04-13 09:47:42 +03:00
2017-02-02 12:12:10 +03:00

Grafana-Zabbix Documentation

Building docs

To build this docs on your computer you need git-lfs and mkdocs installed.

Clone repo

git clone https://github.com/alexanderzobnin/grafana-zabbix

Check images in docs/sources/img/. If this folder is empty, run

git lfs fetch --all

Build docs

cd docs/
mkdocs build --clean

Built docs will be placed in site/ directory.