healchow commented on code in PR #792:
URL: https://github.com/apache/inlong-website/pull/792#discussion_r1250406643


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/manager/overview.md:
##########
@@ -3,35 +3,39 @@ title: 总览
 sidebar_position: 1
 ---
 
-## 1 InLong Manager 介绍
+## 介绍
 
 - 目标定位:Apache InLong 定位为一站式海量数据集成框架,提供大数据从采集 -> 传输 -> 分拣 -> 落地的技术能力。
 
 - 平台价值:用户可以通过平台中的管理、配置平台完成任务的配置、管理以及指标的监控,同时通过平台提供的插件化扩展能力,按需实现自定义的扩展。
 
 - InLong Manager 是 Apache InLong 
项目的统一管理平台,平台提供各基础配置(如数据流配置、消费配置、集群管理等)的维护入口,用户可创建数据采集任务、查看指标数据等。 
 
-## 2 Architecture
 
-![](img/inlong-manager.png)
+## 模块
 
-## 3 模块分工
-
-| 模块 | 职责 |
-| :-----| :---- |
+| 模块 | 描述                   |
+| :-----|:---------------------|
 | manager-common | 模块公共代码,如异常定义、工具类、枚举等 |
-| manager-dao | 数据库操作 |
-| manager-service | 业务逻辑层 |
-| manager-workflow | 工作流服务 |
-| manager-plugins | Sort 插件服务 |
-| manager-web | 前端交互接口层 |
-| manager-client | 客户端服务 |
-| manager-client-examples | 客户端使用示例 |
-| manager-client-tools | 客户端命令行工具 |
-
-## 4 系统使用流程
-
-![](img/interactive.jpg)
-
-## 5 数据模型
-![](img/datamodel.jpg)
+| manager-dao | 数据库操作                |
+| manager-service | 业务逻辑层                |
+| manager-workflow | 工作流服务                |
+| manager-plugins | Sort 插件服务            |
+| manager-web | 前端交互接口层              |
+| manager-client | 客户端服务                |
+| manager-client-examples | 客户端使用示例              |
+| manager-client-tools | 客户端命令行工具             |
+
+## 使用流程
+
+![](img/interactive.png)
+
+## 数据模型
+![](img/data_model.png)
+目前 InlongManager 主要由以下几个组件构成:

Review Comment:
   ```suggestion
   目前 InLong Manager 主要有以下数据模型:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to