Skip to content

Commit

Permalink
remove images, use zero-doc instead (zeromicro#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Feb 8, 2021
1 parent 54414db commit c7f3e61
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file removed doc/images/architecture-en.png
Binary file not shown.
Binary file removed doc/images/architecture.png
Binary file not shown.
Binary file removed doc/images/benchmark.png
Binary file not shown.
Binary file removed doc/images/go-zero.png
Binary file not shown.
Binary file removed doc/images/resilience-en.png
Binary file not shown.
Binary file removed doc/images/resilience.jpg
Binary file not shown.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img align="right" width="150px" src="doc/images/go-zero.png">
<img align="right" width="150px" src="https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/go-zero.png">

# go-zero

Expand All @@ -25,7 +25,7 @@ Advantages of go-zero:
* auto validate the request parameters from clients
* plenty of builtin microservice management and concurrent toolkits

<img src="doc/images/architecture-en.png" alt="Architecture" width="1500" />
<img src="https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/architecture-en.png" alt="Architecture" width="1500" />

## 1. Backgrounds of go-zero

Expand Down Expand Up @@ -76,7 +76,7 @@ go-zero is a web and rpc framework that integrates lots of engineering practices

As below, go-zero protects the system with couple layers and mechanisms:

![Resilience](doc/images/resilience-en.png)
![Resilience](https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/resilience-en.png)

## 4. Future development plans of go-zero

Expand Down Expand Up @@ -200,7 +200,7 @@ go get -u github.com/tal-tech/go-zero

## 7. Benchmark

![benchmark](doc/images/benchmark.png)
![benchmark](https://raw.githubusercontent.com/tal-tech/zero-doc/main/doc/images/benchmark.png)

[Checkout the test code](https://github.com/smallnest/go-web-framework-benchmark)

Expand Down

0 comments on commit c7f3e61

Please sign in to comment.