Skip to content

Commit ef24d1f

Browse files
committedDec 20, 2023
setup docs hirearchy
1 parent a6b91bb commit ef24d1f

14 files changed

+13
-13
lines changed
 

‎README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
## Features
1010

11-
- Select multiple metrics [by using Regex](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/gettingstarted/#multiple-items-on-one-graph)
12-
- Create interactive and reusable dashboards with [template variables](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/templating/)
11+
- Select multiple metrics [by using Regex](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/guides/gettingstarted/#multiple-items-on-one-graph)
12+
- Create interactive and reusable dashboards with [template variables](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/guides/templating/)
1313
- Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/)
1414
- Display active problems with Triggers panel
15-
- Transform and shape your data with [metric processing functions](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias)
16-
- Find problems faster with [Alerting](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/alerting/) feature
15+
- Transform and shape your data with [metric processing functions](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias)
16+
- Find problems faster with [Alerting](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/reference/alerting/) feature
1717
- Mix metrics from multiple data sources in the same dashboard or even graph
1818
- Discover and share [dashboards](https://grafana.com/dashboards) in the official library
1919

@@ -32,16 +32,16 @@ Or see more installation options in [docs](https://grafana.com/docs/plugins/alex
3232

3333
## Getting started
3434

35-
First, [configure](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/configuration/) Zabbix data source. Then you can create your first dashboard with step-by-step [Getting started guide](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/gettingstarted/).
35+
First, [configure](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/configuration/) Zabbix data source. Then you can create your first dashboard with step-by-step [Getting started guide](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/guides/gettingstarted/).
3636

3737
## Documentation
3838

3939
- [About](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/)
4040
- [Installation](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/installation)
41-
- [Getting Started](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/gettingstarted)
42-
- [Templating](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/templating)
43-
- [Alerting](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/alerting/)
44-
- [Metric processing functions](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/functions/)
41+
- [Getting Started](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/guides/gettingstarted)
42+
- [Templating](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/guides/templating)
43+
- [Alerting](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/reference/alerting/)
44+
- [Metric processing functions](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/reference/functions/)
4545

4646
## Community Resources, Feedback, and Support
4747

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎docs/sources/installation.md ‎docs/sources/installation/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Starting from version 4.0, each plugin release on GitHub contains packaged plugi
4949

5050
## Building from sources
5151

52-
If you want to build a package yourself, or contribute - read [building instructions](./run-from-main).
52+
If you want to build a package yourself, or contribute - read [building instructions](./building-from-sources).

‎docs/sources/run-from-main.md ‎docs/sources/installation/building-from-sources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Run Grafana-Zabbix from main branch
3-
menuTitle: Run Grafana-Zabbix from main branch
2+
title: Building from sources
3+
menuTitle: Building from sources
44
description: Building instructions for Grafana-Zabbix.
55
aliases:
66
keywords:
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎src/datasource/components/FunctionEditor/FunctionEditorControls.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { Icon } from '@grafana/ui';
33
import { MetricFunc } from '../../types';
44

5-
const DOCS_FUNC_REF_URL = 'https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/functions/';
5+
const DOCS_FUNC_REF_URL = 'https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/reference/functions/';
66

77
export interface FunctionEditorControlsProps {
88
onMoveLeft: (func: MetricFunc) => void;

0 commit comments

Comments
 (0)
Please sign in to comment.