Skip to content

Commit

Permalink
Update pages/docs/concepts/asyncapi-document/add-server.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra Quetzalli  <[email protected]>
  • Loading branch information
kakabisht and quetzalliwrites authored Nov 23, 2023
1 parent eb5cc24 commit 0a2bab9
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions pages/docs/concepts/asyncapi-document/add-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,15 @@ A unique key identifies the server and contains information about the server's c

```mermaid
graph TD
subgraph AsyncAPI
A[Channel: userActions]
B[Operation: subscribe]
C[Message]
D[Payload]
end
subgraph Servers
SA[Servers: development, production]
end
style A fill:#47BCEE,stroke:#47BCEE;
style B fill:#47BCEE,stroke:#47BCEE;
style C fill:#47BCEE,stroke:#47BCEE;
style SA fill:#47BCEE,stroke:#47BCEE;
style D fill:#47BCEE,stroke:#47BCEE;
A[channel: userActions]
B[operation: subscribe]
C[message]
D[payload]
SA[servers: development, production]
SA --> A
style SA fill:#47BCEE,stroke:#47BCEE;
SA -->|AsyncAPI| A
A -->|inherits servers| B
B -->|references| C
C -->|references| D
Expand Down

0 comments on commit 0a2bab9

Please sign in to comment.