Skip to content

Commit

Permalink
Update pages/docs/tutorials/getting-started/servers.md
Browse files Browse the repository at this point in the history
applied suggestion from: #2275 (comment)

Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
AnimeshKumar923 and derberg authored Nov 9, 2023
1 parent 0989941 commit 780b7e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/docs/tutorials/getting-started/servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ In this article, you'll learn how to add `servers` to your AsyncAPI document. Ad
info:
title: Hello world application
version: '0.1.0'

servers:
production:
host: broker.mycompany.com
protocol: amqp
description: This is "My Company" broker.

channels:
hello:
address: 'hello'
Expand All @@ -31,7 +29,6 @@ channels:
payload:
type: string
pattern: '^hello .+$'

operations:
receiveHello:
action: 'receive'
Expand Down

0 comments on commit 780b7e0

Please sign in to comment.