Skip to content

Commit

Permalink
add hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
kakabisht committed Jul 22, 2023
1 parent a2a06f3 commit e4c3241
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/docs/concepts/asyncapi-document/add-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A server represents a message broker handling communication between producers an

A unique key identifies the server and contains information about the server's connection details, such as the URL, protocol, and authentication.

Defining and connecting to servers allows you to describe the communication infrastructure of your system enabling smooth message exchange among various components.
The diagram below depicts how to define and add servers.

```mermaid
graph LR
Expand All @@ -23,6 +23,8 @@ B -->|describes| C
D -->|has| E
```

For more information, refer [introduction to servers](../server.md)

## Define Servers

Define the servers in your AsyncAPI specification file. Server definitions specify the server to which a channel or operation is connected. Here's an example of how to define a server in AsyncAPI:
Expand Down

0 comments on commit e4c3241

Please sign in to comment.