* CI: fix shellcheck issues (#789) Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> * annotations: fix options in grafana 6.x, fix #813 * fix function editor in Grafana 6.4, closes #810 * add typings for grafana packages * Add $__range_series variable for calculating function over the whole series, #531 * fix tests * Don't set alert styles for react panels, fix #823 * docs: add range variables * docs: percentile reference * fix codespell Co-authored-by: Mario Trangoni <mario@mariotrangoni.de> Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
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.