📝 Add Jump and AB test block docs
This commit is contained in:
21
apps/docs/docs/editor/blocks/logic/abTest.md
Normal file
21
apps/docs/docs/editor/blocks/logic/abTest.md
Normal 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"
|
||||
/>
|
||||
10
apps/docs/docs/editor/blocks/logic/jump.md
Normal file
10
apps/docs/docs/editor/blocks/logic/jump.md
Normal 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"
|
||||
/>
|
||||
Reference in New Issue
Block a user