Files
grafana-zabbix/docs
Trent White dd469f01ae Update direct-db-connection.md
Please look over my changes before merge. I want to make sure I tweaked the wording to read a little better, but not changed the actual meaning of the sentences. Thanks!
t
2017-07-26 13:53:15 -04:00
..
2017-07-26 13:53:15 -04:00
2017-07-26 17:17:58 +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.