From c33248651951870b561e7f56d34e982b22765793 Mon Sep 17 00:00:00 2001 From: Komorebi <110453675+KomoriDev@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E4=BF=AE=E6=94=B9=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E5=BC=80=E6=BA=90=E4=B9=8B=E5=A4=8F=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e3eaf796d575..6fb195458e5b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -58,7 +58,7 @@ const navbar = { docId: "developer/plugin-publishing", }, { label: "社区", type: "doc", docId: "community/contact" }, - { label: "开源之夏", type: "doc", docId: "ospp/2023" }, + { label: "开源之夏", type: "doc", docId: "ospp/2024" }, { label: "商店", to: "/store/plugins" }, { label: "更新日志", to: "/changelog" }, { label: "论坛", href: "https://discussions.nonebot.dev" },