feat: add link to MetricsQL (#4562) (#4608)

This commit is contained in:
Yury Molodov 2023-07-13 17:13:54 +02:00 committed by GitHub
parent 177a0c1ca9
commit 3bb3ad9991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import React, { FC } from "preact/compat";
import dayjs from "dayjs";
import "./style.scss";
import { IssueIcon, LogoIcon, WikiIcon } from "../../Main/Icons";
import { CodeIcon, IssueIcon, LogoIcon, WikiIcon } from "../../Main/Icons";
import useDeviceDetect from "../../../hooks/useDeviceDetect";
const Footer: FC = () => {
@ -18,6 +18,15 @@ const Footer: FC = () => {
<LogoIcon/>
victoriametrics.com
</a>
<a
className="vm-link vm-footer__link"
target="_blank"
href="https://docs.victoriametrics.com/MetricsQL.html"
rel="help noreferrer"
>
<CodeIcon/>
MetricsQL
</a>
<a
className="vm-link vm-footer__link"
target="_blank"