From a172d68a345cd1943001533be9209fe04a9d5581 Mon Sep 17 00:00:00 2001 From: doufenghu Date: Thu, 2 May 2024 17:14:05 +0800 Subject: [Improve][docs] Add support feature documents from 1.2.1 to 1.3.1 --- docs/develop-guide.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/develop-guide.md') diff --git a/docs/develop-guide.md b/docs/develop-guide.md index 621616a..ad5aa8f 100644 --- a/docs/develop-guide.md +++ b/docs/develop-guide.md @@ -2,18 +2,18 @@ ## Modules Overview -| Module Name | Description | -|:----------------|:-----------------------------------------------------------------------------------------------------------| -| groot-bootstrap | The main module of groot-stream, which is responsible for starting the groot-stream server. | -| groot-common | Common module of groot-stream, which is responsible for providing common functions. | -| groot-core | Core module of groot-stream, which is responsible for providing core functions. | -| groot-connectors| Connector module of groot-stream, which is responsible for providing connectors. | -| groot-formats | Format module of groot-stream, which is responsible for providing the ability of formatting data. | -| groot-shade | Shaded module of groot-stream, which is responsible for providing the ability of solving package conflict. | -| groot-example | Example module of groot-stream, which is responsible for providing examples. | -|groot-test | Test module of groot-stream, which is responsible for providing test cases. | -|groot-docs | Docs module of groot-stream, which is responsible for providing documents. | -|groot-release | Release module of groot-stream, which is responsible for providing release scripts. | +| Module Name | Description | +|:------------------|:-----------------------------------------------------------------------------------------------------------| +| groot-bootstrap | The main module of groot-stream, which is responsible for starting the groot-stream server. | +| groot-common | Common module of groot-stream, which is responsible for providing common functions. | +| groot-core | Core module of groot-stream, which is responsible for providing core functions. | +| groot-connectors | Connector module of groot-stream, which is responsible for providing connectors. | +| groot-formats | Format module of groot-stream, which is responsible for providing the ability of formatting data. | +| groot-shade | Shaded module of groot-stream, which is responsible for providing the ability of solving package conflict. | +| groot-example | Example module of groot-stream, which is responsible for providing examples. | +| groot-test | Test module of groot-stream, which is responsible for providing test cases. | +| groot-docs | Docs module of groot-stream, which is responsible for providing documents. | +| groot-release | Release module of groot-stream, which is responsible for providing release scripts. | ## How to write a high quality Git commit message -- cgit v1.2.3