diff options
| author | doufenghu <[email protected]> | 2024-06-19 16:07:02 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-06-19 16:07:02 +0800 |
| commit | aad859a10ca3905825e820c06fa511a02831e844 (patch) | |
| tree | e81785d7ad52f4c3a06ba1ee514d39217534c27b /docs/develop-guide.md | |
| parent | f997653fd6db96ca363743a95920bcef44e85338 (diff) | |
[Improve][docs] Update groot stream architecture
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 ad5aa8f..26d3af0 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-shaded | Shaded module of groot-stream, which is responsible for providing the ability of solving package conflict. | +| groot-examples | Example module of groot-stream, which is responsible for providing examples. | +| groot-tests | 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 |
