docs: improve documentations of plugin development (#271)

优化 Halo 插件开发文档。

/kind documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2023-10-27 00:12:18 +08:00
committed by GitHub
parent e3dbe69aa4
commit 147952f9c2
32 changed files with 626 additions and 546 deletions

View File

@@ -8,7 +8,7 @@ description: 了解如何与我们的社区分享你的插件
当你完成了你的插件并进行充分测试后,切换到插件目录 Build 一次,当没有发生任何错误你就可以推送到 GitHub 并 `Create a new release`
然后填写 `Release Tag` 和描述点击创建,项目目录下的 `.github/workflows/workflow.yaml` 文件会被 `GitHub Action` 触发并执行,脚本会自动根据你的 `Release Tag` 修改插件版本号然后在 `Release``Asserts` 中包含打包产物--插件的 JAR 文件。
然后填写 `Release Tag` 和描述点击创建,项目目录下的 `.github/workflows/workflow.yaml` 文件会被 `GitHub Action` 触发并执行,脚本会自动根据你的 `Release Tag` 修改插件版本号然后在 `Release``Assets` 中包含打包产物--插件的 JAR 文件。
## 分享你的插件