From 1e779f407e143c1f5f0bf50cdb2389e76b9441bc Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Mon, 3 Jul 2023 09:10:44 +0000 Subject: [PATCH] refactors frontpage animation for v3 --- components/DemoAnimation.js | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/components/DemoAnimation.js b/components/DemoAnimation.js index 107e483c6b56..e9c2dd1a3b30 100644 --- a/components/DemoAnimation.js +++ b/components/DemoAnimation.js @@ -44,7 +44,7 @@ export default function DemoAnimation({ className = '' }) { const common = ( <>
- asyncapi: 2.6.0 + asyncapi: 3.0.0
info: @@ -85,10 +85,25 @@ export default function DemoAnimation({ className = '' }) { channels:
-   user/signedup: +   userSignedup:
-     subscribe: +     address: 'user/signedup' +
+
+ operations: +
+
+   processUserSignups: +
+
+     action: 'receive' +
+
+     channel: +
+
+         $ref: '#/channels/userSignedup'
, @@ -99,12 +114,6 @@ export default function DemoAnimation({ className = '' }) { function renderUntilMessagePayload(callback) { return renderTyping( <> -
-       message: -
-
-         $ref: '#/components/messages/UserSignedUp' -
components: