diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3399453..7397aaa 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -11,6 +11,7 @@ theme: readthedocs pages: - Project: - 'About Grafana-Zabbix': 'index.md' + - 'Feature Highlights': 'features.md' - Installation: - 'Installation and Configuration': 'installation/index.md' - 'Troubleshooting': 'installation/troubleshooting.md' diff --git a/docs/sources/features.md b/docs/sources/features.md new file mode 100644 index 0000000..9f91a5a --- /dev/null +++ b/docs/sources/features.md @@ -0,0 +1,11 @@ +page_title: Feature Highlights +page_description: Grafana-Zabbix Feature Highlights. + +# Feature Highlights + +Grafana in couple with Grafana-Zabbix plugin allows to create great dashboards. There is some +features: + +- Rich graphing with Grafana +- Template variables allow to create reusable dashboards + diff --git a/docs/sources/guides/gettingstarted.md b/docs/sources/guides/gettingstarted.md new file mode 100644 index 0000000..67236f1 --- /dev/null +++ b/docs/sources/guides/gettingstarted.md @@ -0,0 +1,3 @@ +# Getting Started with Grafana-Zabbix +After you [installed and configured](../installation/index.md) Grafana-Zabbix data source let's +create a simple dashboard. \ No newline at end of file