mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 00:01:27 +00:00
🚧 add plugin store page
This commit is contained in:
@ -79,7 +79,8 @@ module.exports = context => ({
|
||||
nav: [
|
||||
{ text: "主页", link: "/" },
|
||||
{ text: "指南", link: "/guide/" },
|
||||
{ text: "API", link: "/api/" }
|
||||
{ text: "API", link: "/api/" },
|
||||
{ text: "插件广场", link: "/plugin-store" }
|
||||
],
|
||||
sidebarDepth: 2,
|
||||
sidebar: {
|
||||
|
Reference in New Issue
Block a user