diff --git a/pages/docs/concepts/application.md b/pages/docs/concepts/application.md index 060363cb4387..b26b7f0ebdc5 100644 --- a/pages/docs/concepts/application.md +++ b/pages/docs/concepts/application.md @@ -1,6 +1,6 @@ --- title: Application -weight: 20 +weight: 23 --- @@ -25,3 +25,18 @@ The above diagram describes a message communication traveling through a channel When writing your AsyncAPI document, make sure to describe what a user can do with your application; not what the application does. In other words, if your application is a producer, your AsyncAPI document should describe where users can subscribe to, to receive messages produced by your producer application. + +