Skip to content

Commit

Permalink
Merge branch 'master' into tutorial_overview
Browse files Browse the repository at this point in the history
  • Loading branch information
quetzalliwrites authored Nov 12, 2022
2 parents 098743e + 028e535 commit 5501ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/docs/concepts/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ graph LR
```
The diagram above shows the communication between a `producer` and `consumer`, with the producer sending a `message` through the `channel`. The channel then queues the message to the specific consumer.


---
<DocsButton
suggestions={[
{
Expand All @@ -30,9 +30,9 @@ The diagram above shows the communication between a `producer` and `consumer`, w
title: 'Consumer',
},
{
href:'/docs/tutorials',
href:'/docs/concepts/message',
type: 'next',
title: 'Tutorials - Overview',
title: 'Message',
}
]}
/>
/>

0 comments on commit 5501ad0

Please sign in to comment.