From 6fc857408db6490ab958188eb38367bf1c00336e Mon Sep 17 00:00:00 2001 From: govolokatliai Date: Thu, 29 Aug 2024 17:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=88=E5=A5=BD=E5=83=8F=E6=B2=A1=E6=95=88=E6=9E=9C?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomepageFeatures/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 67583d6..1762670 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -11,6 +11,7 @@ const FeatureList = [ 网维的知识库 ), + link: '/docs/wiki/首页', }, { title: '开发组文档', @@ -20,6 +21,7 @@ const FeatureList = [ 开发组的文档 ), + link: "/docs/devdocs/首页", }, { title: '公告', @@ -29,6 +31,7 @@ const FeatureList = [ 公告和博客 ), + link:"/blog", }, ]; @@ -36,7 +39,9 @@ function Feature({Svg, title, description}) { return (
- + + +
{title} @@ -59,3 +64,4 @@ export default function HomepageFeatures() { ); } +