🔖 Release: v2.0.0 (#2070)

This commit is contained in:
Ju4tCode
2023-06-01 14:18:16 +08:00
committed by GitHub
parent 8af21f6e76
commit f3d5c1f226
26 changed files with 1337 additions and 576 deletions

View File

@ -84,6 +84,17 @@ const sidebars = {
},
],
},
{
type: "category",
label: "开源之夏",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "ospp",
},
],
},
{
type: "category",
label: "社区资源",
@ -94,6 +105,11 @@ const sidebars = {
label: "商店",
href: "/store",
},
{
type: "link",
label: "论坛",
href: "https://discussions.nonebot.dev",
},
],
},
],