Files
grafana-zabbix/docs
Mario Trangoni 86f2b879a2 docs/*: Fix codespell issues
See,
$ codespell -S './src/img/*.png,./.git*' -L que

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
2019-04-10 19:34:48 +02:00
..
2019-04-10 19:34:48 +02:00
2019-02-14 14:05:03 +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.