Skip to content

Commit ac94df2

Browse files
IronCore864steinliber
authored andcommitted
docs: update glossary
Signed-off-by: Tiexin Guo <[email protected]>
1 parent d5dab95 commit ac94df2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/includes/glossary.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
*[dtm]: Short for Devstream (Devstream 简称 dtm)
2-
*[Config]: TODO(introduce of config)
3-
*[配置]: 由一个或一组 YAML 文件组成,定义了 DevStream 需要的所有信息
4-
*[Plugin]: TODO(introduce of plugin)
5-
*[Plugins]: TODO(introduce of plugin)
6-
*[插件]: TODO(插件的介绍)
7-
*[Tool]: Each Tool corresponds to a DevStream plugin, which can either install, configure, or integrate some DevOps tools
8-
*[Tools]: Each Tool corresponds to a DevStream plugin, which can either install, configure, or integrate some DevOps tools
9-
*[工具]: 每个工具(Tool)对应了一个 DevStream 插件,它可以安装、配置或集成一些 DevOps 工具
10-
*[App]: TODO(introduce of app)
11-
*[Apps]: TODO(introduce of app)
12-
*[应用]: TODO(应用的介绍)
1+
*[dtm]: The commandline tool of DevStream (short for DevsTreaM).
2+
*[Config]: A set of YAML files serving as DevStream's configuration.
3+
*[配置]: 由一个或一组 YAML 文件组成,定义了 DevStream 需要的所有信息
4+
*[Plugin]: DevStream uses core-plugin architecture, where the core is a state machine and each plugin handles the CRUD and integration of a certain DevOps tool.
5+
*[Plugins]: DevStream uses core-plugin architecture, where the core is a state machine and each plugin handles the CRUD and integration of a certain DevOps tool.
6+
*[插件]: DevStream 使用 core-plugin 架构,core 用作状态机,插件负责管理 DevOps 工具的 CRUD。
7+
*[Tool]: A type of DevStream config, corresponding to a DevStream plugin, which does the CRUD and integration of a certain DevOps tool. The concept of Tool is used mainly in the context of Config.
8+
*[Tools]: A type of DevStream config, corresponding to a DevStream plugin, which does the CRUD and integration of a certain DevOps tool. The concept of Tool is used mainly in the context of Config.
9+
*[工具]: DevStream 配置的一种类型。每个工具(Tool)对应了一个 DevStream 插件,它可以安装、配置或集成一些 DevOps 工具。工具这一概念主要用在配置中。
10+
*[App]: A type of DevStream config, corresponding to a real-world application, for which different tools such as CI/CD can be easily configured.
11+
*[Apps]: A type of DevStream config, corresponding to a real-world application, for which different tools such as CI/CD can be easily configured.
12+
*[应用]: DevStream 配置的一种类型,对应现实中的应用程序,使用应用这种类型的配置可以简化例如 CI/CD 等工具的配置。
1313
*[PipelineTemplate]: TODO(introduce of pipelineTemplate)
1414
*[PipelineTemplates]: TODO(introduce of pipelineTemplate)
1515
*[流水线模板]: TODO(流水线模板的介绍)
16-
*[Output]: TODO(introduce of output)
16+
*[Output]: Each Tool can have some Output (in the format of a key/value map), so that other tools can refer to it as their input.
1717
*[输出]: 每个工具(Tool)可能会有些输出,这是一个 map,可以在配置其他工具时引用
18-
*[State]: State records the current status of your DevOps toolchain and platform defined and created by DevStream.
18+
*[State]: Records the current status of your DevOps platform defined and created by DevStream.
1919
*[状态]: 记录了当前 DevOps 工具链的状态,包括每个工具的配置以及当下状态。

0 commit comments

Comments
 (0)