Merge pull request #1763 from grafana/docs-website-update
Docs website update
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -8,9 +8,7 @@
|
||||
"name": "Grafana Labs",
|
||||
"url": "https://grafana.com"
|
||||
},
|
||||
"keywords": [
|
||||
"zabbix"
|
||||
],
|
||||
"keywords": ["zabbix"],
|
||||
"logos": {
|
||||
"small": "img/icn-zabbix-app.svg",
|
||||
"large": "img/icn-zabbix-app.svg"
|
||||
@@ -22,11 +20,11 @@
|
||||
},
|
||||
{
|
||||
"name": "Docs",
|
||||
"url": "https://grafana.github.io/grafana-zabbix"
|
||||
"url": "https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/"
|
||||
},
|
||||
{
|
||||
"name": "License",
|
||||
"url": "https://github.com/grafana/grafana-zabbix/blob/master/LICENSE"
|
||||
"url": "https://github.com/grafana/grafana-zabbix/blob/main/LICENSE"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
|
||||
Reference in New Issue
Block a user