I see what you're saying. Is this better? I reworded slightly and swapped a few others around. If this isn't better, I'm happy to change again.
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.