fork from bc4552c5a8
This commit is contained in:
13
docs/documents/plugin-index.md
Normal file
13
docs/documents/plugin-index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## 安装
|
||||
假设插件名为:yapi-plugin-demo,安装方法如下:
|
||||
```
|
||||
cd {项目目录}
|
||||
yapi plugin yapi-plugin-demo
|
||||
```
|
||||
|
||||
## 卸载插件
|
||||
假设插件名为:yapi-plugin-demo,卸载方法如下:
|
||||
```
|
||||
cd {项目目录}
|
||||
yapi unplugin yapi-plugin-demo
|
||||
```
|
||||
Reference in New Issue
Block a user