From 278b9e92c21e0295d431ede25b89068261634a17 Mon Sep 17 00:00:00 2001 From: Komorebi <110453675+KomoriDev@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:48:06 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20Docs:=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=20(#2798)?= 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 e3eaf796..6fb19545 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" },