From c879c6f83a719aae50912b15f935003d9b3a4269 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 9 Feb 2023 08:39:20 +0100 Subject: [PATCH] :pencil: Remove advanced section in Condition docs Not relevant anymore. --- apps/docs/docs/editor/blocks/logic/condition.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/docs/docs/editor/blocks/logic/condition.mdx b/apps/docs/docs/editor/blocks/logic/condition.mdx index bdd742f436..829497232d 100644 --- a/apps/docs/docs/editor/blocks/logic/condition.mdx +++ b/apps/docs/docs/editor/blocks/logic/condition.mdx @@ -17,11 +17,3 @@ A condition can contain different comparisons that are evaluated in order and li ## 3 minutes video overview - -## Advanced - -For more complex use cases you can stack conditions on top of each other: - -Set variable - -☝️ This can be translated to: "If 'Age' is greater than 50 then go to this path. Else, if 'Age' is greater than 20 then go to this path. Otherwise, got to the other path".