Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
Use mermaid

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Jul 11, 2024
1 parent 12c30db commit 997b78e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,17 @@
[vue]: https://github.com/vuejs/vue
[server]: https://github.com/zhaojh329/rttys

![](/doc/diagram.png)
```mermaid
flowchart TB
s[rttys with public IP address]
u1["User(Web Browser)"] --> s
u2["User(Web Browser)"] --> s
u3["User(Web Browser)"] --> s
s --> c1["rtty(Linux Device)"]
s --> c2["rtty(Linux Device)"]
s --> c3["rtty(Linux Device)"]
```

![](/doc/terminal.gif)
![](/doc/file.gif)
![](/doc/web.gif)
Expand Down
12 changes: 11 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@
[vue]: https://github.com/vuejs/vue
[服务端]: https://github.com/zhaojh329/rttys

![](/doc/diagram.png)
```mermaid
flowchart TB
s[rttys with public IP address]
u1["User(Web Browser)"] --> s
u2["User(Web Browser)"] --> s
u3["User(Web Browser)"] --> s
s --> c1["rtty(Linux Device)"]
s --> c2["rtty(Linux Device)"]
s --> c3["rtty(Linux Device)"]
```

![](/doc/terminal.gif)
![](/doc/file.gif)
![](/doc/web.gif)
Expand Down
1 change: 0 additions & 1 deletion doc/diagram.drawio

This file was deleted.

Binary file removed doc/diagram.png
Binary file not shown.

0 comments on commit 997b78e

Please sign in to comment.