Skip to content

Commit

Permalink
docs:deployment-architecture
Browse files Browse the repository at this point in the history
Fix the inconsistency between schematic diagram and description in official documents

Discussions:[#4874](#4874)
  • Loading branch information
jiaoningbo committed May 16, 2023
1 parent 37422de commit 8fa9236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/deployment/deployment-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ flowchart LR
jvm8070 --> jvm8090
```

Later, in order to flowchart more concise, the content in JVM8080 will be simplified, only the Config Service will be displayed, and the Meta Server and Config Service inside will no longer be displayed
Later, in order to flowchart more concise, the content in JVM8080 will be simplified, only the Config Service will be displayed, and the Meta Server and Eureka inside will no longer be displayed

```mermaid
flowchart LR
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deployment/deployment-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ flowchart LR
JVM8070 --> JVM8090
```

后续为了flowchart更简洁,将JVM8080里的内容进行简化,只显示Config Service,里面的Meta Server和Config Service不再显示
后续为了flowchart更简洁,将JVM8080里的内容进行简化,只显示Config Service,里面的Meta Server和Eureka不再显示

```mermaid
flowchart LR
Expand Down

0 comments on commit 8fa9236

Please sign in to comment.