moved documentation

This commit is contained in:
Sriramajeyam Sugumaran
2023-12-20 07:10:48 +00:00
parent dfe360bf1d
commit 94c5afc5d4
52 changed files with 451 additions and 391 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import { Icon } from '@grafana/ui';
import { MetricFunc } from '../../types';
const DOCS_FUNC_REF_URL = 'https://grafana.github.io/grafana-zabbix/reference/functions/';
const DOCS_FUNC_REF_URL = 'https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/functions/';
export interface FunctionEditorControlsProps {
onMoveLeft: (func: MetricFunc) => void;