2
0

📝 Add Jump and AB test block docs

This commit is contained in:
Baptiste Arnaud
2023-04-24 08:50:57 +02:00
parent 3fbd044d92
commit 7385e3bbbf
7 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# AB Test
The AB Test block allows you to split the path in 2 randomly. It's great way to test the performance of 2 different paths.
<img
src="/img/blocks/logic/abTest.png"
width="100%"
style={{ maxWidth: '600px' }}
alt="AB Test block"
/>
## More than 2 paths
You can stack multiple AB test blocks to add more random paths
<img
src="/img/blocks/logic/abTestMulti.png"
width="100%"
style={{ maxWidth: '600px' }}
alt="AB Test block multiple paths"
/>

View File

@@ -0,0 +1,10 @@
# Jump
The jump block allows you jump to a specific block. This comes handy if you want to keep your flow clean
<img
src="/img/blocks/logic/jump.jpeg"
width="100%"
style={{ maxWidth: '600px' }}
alt="Jump block"
/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB