From b7c1c8080d54c9ee2aa1b4c41763fc959b24524b Mon Sep 17 00:00:00 2001 From: postyizhan <185839426@qq.com> Date: Wed, 24 Jul 2024 10:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E9=93=BE=E6=8E=A5=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=8B=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2bfff4c050..b8903cdaef 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -166,6 +166,10 @@ const config = { label: '开始', to: '/intro', }, + { + label: 'GitHub', + href: 'https://github.com/postyizhan/NitWikit', + }, ], }, { @@ -178,11 +182,15 @@ const config = { ], }, { - title: '文档仓库', + title: '友链', items: [ { - label: 'GitHub', - href: 'https://github.com/postyizhan/NitWikit', + label: '服主资源导航页', + href: 'http://nav.yumc.fun', + }, + { + label: 'CSKB 日冕知识库', + href: 'https://kb.corona.studio', }, ], },