📝 add plugin publish guide

This commit is contained in:
yanyongyu 2020-11-23 13:46:36 +08:00 committed by Ju4tCode
parent 47d1fab4bd
commit 39d96d9667
2 changed files with 9 additions and 0 deletions

View File

@ -125,6 +125,14 @@ module.exports = context => ({
"runtime-hook",
"export-and-require"
]
},
{
title: "发布",
collapsable: false,
sidebar: "auto",
children: [
"publish-plugin"
]
}
],
"/api/": [

View File

@ -0,0 +1 @@
# 发布插件