diff --git a/apps/docs/docs/editor/context-menu.mdx b/apps/docs/docs/editor/context-menu.mdx new file mode 100644 index 0000000000..2481ee7262 --- /dev/null +++ b/apps/docs/docs/editor/context-menu.mdx @@ -0,0 +1,21 @@ +# Context menu + +You can right-click on different elements on the builder to trigger a menu with different actions. + +If you right-click on a group, you will see a menu with the following options: + +Context menu + +- **Duplicate** to create a duplicated group with the same blocks and settings +- **Delete** to remove the group + +If you right-click on a block, you will see a menu with the following options: + +- **Duplicate** to create a duplicated block below the duplicated one with the same settings +- **Delete** to remove the block + +If you right-click on an edge, you will see a menu with the following options: + +Context menu + +- **Delete** to remove the edge diff --git a/apps/docs/static/img/edge-context-menu.png b/apps/docs/static/img/edge-context-menu.png new file mode 100644 index 0000000000..71c3f34cdd Binary files /dev/null and b/apps/docs/static/img/edge-context-menu.png differ diff --git a/apps/docs/static/img/group-context-menu.png b/apps/docs/static/img/group-context-menu.png new file mode 100644 index 0000000000..a02879076c Binary files /dev/null and b/apps/docs/static/img/group-context-menu.png differ