This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new c3251dd9d39 Update agent.cn.md (#19182)
c3251dd9d39 is described below
commit c3251dd9d39cb2c24316bc7dcb145bbf44dd6ae5
Author: Mike0601 <[email protected]>
AuthorDate: Fri Jul 15 11:33:16 2022 +0800
Update agent.cn.md (#19182)
---
docs/document/content/dev-manual/agent.cn.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/document/content/dev-manual/agent.cn.md
b/docs/document/content/dev-manual/agent.cn.md
index 713fdf82e9d..e7fd344aada 100644
--- a/docs/document/content/dev-manual/agent.cn.md
+++ b/docs/document/content/dev-manual/agent.cn.md
@@ -5,11 +5,15 @@ weight = 15
chapter = true
+++
-## PluginDefinitionService
+## SPI 接口
| *SPI 名称* | *详细说明* |
|---------------- |------------ |
| PluginDefinitionService | Agent 插件定义 |
+| PluginBootService | 插件启动服务定义 |
+
+## 示例
+### PluginDefinitionService
| *已知实现类* | *详细说明* |
|-------------------------------- |----------------------- |
@@ -23,10 +27,6 @@ chapter = true
## PluginBootService
-| *SPI 名称* | *详细说明* |
-|---------------- |------------ |
-| PluginBootService | 插件启动服务定义 |
-
| *已知实现类* | *详细说明* |
|-------------------------------- |----------------------- |
| PrometheusPluginBootService | Prometheus plugin 启动类 |