From 1daf5616a0e2ec2f517aaea76fac274632390135 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=A0=8F=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=9A=84Github=E5=9C=B0=E5=9D=80=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 头部栏增加文档的Github地址图标 --- docs/.vitepress/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 9aa29040..06fef4a9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -68,6 +68,9 @@ export default defineConfig({ }, }, themeConfig: { + socialLinks: [ + { icon: 'github', link: 'https://github.com/nezhahq/nezhahq.github.io' } + ], algolia: { appId: 'HP6QF6KMZD', apiKey: 'fb8bae9ed373d1057e0c07fcf32b3f1a',