Skip to content

Commit

Permalink
fix: correct icon description in text course (n8n-io#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL authored Aug 20, 2024
1 parent 1aefd39 commit 1ec0801
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ venv
env
site
__pycache__/

## Ignore pyenv configuration
.python-version
9 changes: 5 additions & 4 deletions docs/courses/level-one/chapter-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,13 @@ There are two ways to add nodes to your canvas:

### Node buttons

If you hover on a node, you'll notice that four icons appear on top:
If you hover on a node, you'll notice that three icons appear on top:

- Delete the node (Trash icon)
- Deactivate/Activate the node (Pause icon)
- Duplicate the node (Copy icon)
- Execute the node (Play icon)
- Deactivate/Activate the node (Power icon)
- Delete the node (Trash icon)

Additionally, you'll see an elipsis icon, which opens a context menu containing other [node options](/workflows/components/nodes/#node-controls).

/// note | Moving a workflow
To move a workflow around the canvas, select all nodes with your mouse or by selecting **Ctrl + A**, select and hold on a node, then drag it to any point you want on the canvas.
Expand Down

0 comments on commit 1ec0801

Please sign in to comment.