Skip to content

Commit ae74a99

Browse files
authored
docs: Add architecture diagram (#48)
1 parent 462a3f7 commit ae74a99

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

.license-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ requirements-dev.txt
1818
.github
1919
.gitignore
2020
.license-ignore
21+
docs

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Visit [the official website](https://dubbo.apache.org/) for more information.
2020

2121
> **Disclaimer:** This project is in the early stages of development. Features are subject to change, and some components may not be fully stable. Contributions and feedback are welcome as the project evolves.
2222
23+
24+
## Architecture
25+
<img src="./docs/img/Architecture.svg" alt="Architecture" style="zoom:30%;" />
26+
2327
## Features
2428

2529
- **Service Discovery**: Zookeeper
@@ -123,7 +127,7 @@ It's as simple as the code snippet below. With just a few lines of code, you can
123127

124128
We are excited to welcome contributions to the Dubbo-Python project! Whether you are fixing bugs, adding new features, or improving documentation, your input is highly valued.
125129

126-
To ensure a smooth collaboration, please review our [Contributing Guide](https://github.com/apache/dubbo-python/blob/main/CONTRIBUTING.md) for detailed instructions on how to get started, adhere to coding standards, and submit your contributions effectively.
130+
To ensure a smooth collaboration, please review our [Contributing Guide](./docs/CONTRIBUTING.md) for detailed instructions on how to get started, adhere to coding standards, and submit your contributions effectively.
127131

128132
## License
129133

File renamed without changes.

docs/img/Architecture.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)