📝 add plugin load doc

This commit is contained in:
yanyongyu
2020-11-07 12:36:47 +08:00
parent 2a5cfe712f
commit 9d7da873c4
5 changed files with 111 additions and 41 deletions

View File

@ -86,8 +86,7 @@ module.exports = context => ({
sidebar: {
"/guide/": [
{
title: "指南",
path: "",
title: "开始",
collapsable: false,
sidebar: "auto",
children: [
@ -95,7 +94,15 @@ module.exports = context => ({
"installation",
"getting-started",
"creating-a-project",
"basic-configuration",
"basic-configuration"
]
},
{
title: "编写插件",
collapsable: false,
sidebar: "auto",
children: [
"loading-a-plugin",
"writing-a-plugin"
]
}