From 699a0bb1b48c29a2818d8148f459afd1164df3be Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:23:48 +0200 Subject: [PATCH 1/4] Update channel.md --- pages/docs/concepts/channel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/concepts/channel.md b/pages/docs/concepts/channel.md index 80fc0084901c..97be88919efa 100644 --- a/pages/docs/concepts/channel.md +++ b/pages/docs/concepts/channel.md @@ -32,7 +32,7 @@ The diagram above shows the communication between a `producer` and `consumer`, w { href:'/docs/tutorials', type: 'next', - title: 'Tutorials - Overview', + title: 'Message', } ]} -/> \ No newline at end of file +/> From f2a09c051eb997fa751394fb63b7e5acf767cc87 Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:36:09 +0200 Subject: [PATCH 2/4] Update channel.md --- pages/docs/concepts/channel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/concepts/channel.md b/pages/docs/concepts/channel.md index 97be88919efa..d3b186fe34e0 100644 --- a/pages/docs/concepts/channel.md +++ b/pages/docs/concepts/channel.md @@ -21,13 +21,13 @@ 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. - +--- Date: Thu, 10 Nov 2022 19:38:33 +0200 Subject: [PATCH 3/4] Update channel.md --- pages/docs/concepts/channel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/concepts/channel.md b/pages/docs/concepts/channel.md index d3b186fe34e0..a44468ff4fa6 100644 --- a/pages/docs/concepts/channel.md +++ b/pages/docs/concepts/channel.md @@ -25,12 +25,12 @@ The diagram above shows the communication between a `producer` and `consumer`, w Date: Thu, 10 Nov 2022 19:41:20 +0200 Subject: [PATCH 4/4] Update channel.md