Merge pull request #1763 from grafana/docs-website-update

Docs website update
This commit is contained in:
Sriram
2024-01-10 13:27:46 +00:00
committed by GitHub
60 changed files with 1410 additions and 392 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/reference/functions/';
export interface FunctionEditorControlsProps {
onMoveLeft: (func: MetricFunc) => void;