diff options
| author | doufenghu <[email protected]> | 2024-05-02 17:14:05 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-05-02 17:14:05 +0800 |
| commit | a172d68a345cd1943001533be9209fe04a9d5581 (patch) | |
| tree | 13ad16eb846f5694ef7f37a5888243361d99f37d /docs/develop-guide.md | |
| parent | 27eb76f576eb0ab4d611cab72cb3fca01eac5cec (diff) | |
[Improve][docs] Add support feature documents from 1.2.1 to 1.3.1
Diffstat (limited to 'docs/develop-guide.md')
| -rw-r--r-- | docs/develop-guide.md | 24 |
1 files changed, 12 insertions, 12 deletions
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 |
