From 99b150043fd05ef35eb6e5c892d0b8330531b972 Mon Sep 17 00:00:00 2001 From: zhujingyang <72259332+zjy365@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:21:31 +0800 Subject: [PATCH] feat:docs monitoring data (#3810) Signed-off-by: jingyang <3161362058@qq.com> --- .../src/pages/components/Footer/index.tsx | 2 +- .../src/pages/components/Header/index.tsx | 16 ++----- .../pages/components/VideoPlayer/index.scss | 8 +++- docs/website/src/pages/index.tsx | 3 +- .../static/illustrations/bg-header.png | Bin 1489859 -> 0 bytes .../static/illustrations/bg-header.svg | 42 ++++++++++++++++++ .../{footer3.png => footer-mobile.png} | Bin docs/website/static/illustrations/footer2.png | Bin 157808 -> 0 bytes 8 files changed, 55 insertions(+), 16 deletions(-) delete mode 100644 docs/website/static/illustrations/bg-header.png create mode 100644 docs/website/static/illustrations/bg-header.svg rename docs/website/static/illustrations/{footer3.png => footer-mobile.png} (100%) delete mode 100644 docs/website/static/illustrations/footer2.png diff --git a/docs/website/src/pages/components/Footer/index.tsx b/docs/website/src/pages/components/Footer/index.tsx index 2b1e0380efd..978b10bcc41 100644 --- a/docs/website/src/pages/components/Footer/index.tsx +++ b/docs/website/src/pages/components/Footer/index.tsx @@ -47,7 +47,7 @@ const Footer = ({ isPc }: { isPc: boolean }) => { gooter
diff --git a/docs/website/src/pages/components/Header/index.tsx b/docs/website/src/pages/components/Header/index.tsx index dc4691c5520..9f854b8d204 100644 --- a/docs/website/src/pages/components/Header/index.tsx +++ b/docs/website/src/pages/components/Header/index.tsx @@ -8,6 +8,7 @@ import VideoPlayer from '../VideoPlayer' import './index.scss' import useDocusaurusContext from '@docusaurus/useDocusaurusContext' import useIsBrowser from '@docusaurus/useIsBrowser' +import HeaderSvg from '@site/static/illustrations/bg-header.svg'; const navbar = [ { @@ -77,12 +78,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => { if (!isPc) { return (
- community +