🚧 add plugin store page

This commit is contained in:
yanyongyu
2020-10-21 00:55:23 +08:00
parent c2c28cebf5
commit 4e2b74af75
4 changed files with 44 additions and 1 deletions

View File

@ -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: {