Files
grafana-zabbix/docs
Marin N 9898f28b6e Update functions.md
Added a note on the Alias functions (e.g. `replaceAlias`) explaining a possible conflict with other Transforms applied on the Grafana Dashboard.
2024-04-08 18:06:09 +03:00
..
2024-04-08 18:06:09 +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.