You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/designer/01-managing-integrations/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ date: 2026-03-31
5
5
weight: 1
6
6
---
7
7
8
+
## Overview
9
+
8
10
Managing integrations is a core part of working with Kaoto. This guide covers everything you need to know about creating, organizing, and managing integrations in your projects.
Copy file name to clipboardExpand all lines: content/docs/designer/03-reordering-nodes/_index.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,15 @@ date: 2026-03-31
5
5
weight: 3
6
6
---
7
7
8
-
Kaoto provides multiple ways to reorganize Apache Camel routes on the canvas. You can reorder steps using drag-and-drop, copy/paste nodes between routes, or use move-before/after operations for precise positioning.
9
-
10
-
---
8
+
## Overview
11
9
12
-
## Overview of Reordering Methods
10
+
Kaoto provides multiple ways to reorganize Apache Camel routes on the canvas. You can reorder steps using drag-and-drop, copy/paste nodes between routes, or use move-before/after operations for precise positioning.
13
11
14
12
Kaoto offers three primary methods for reordering nodes:
15
13
16
-
1.**Drag and Drop**: Visually reorganize nodes by dragging them to new positions with real-time feedback
17
-
2.**Copy/Paste**: Duplicate nodes within or across routes while preserving their configuration
18
-
3.**Move Before/After**: Precisely reposition nodes using context menu actions
14
+
1.**[Drag and Drop](#drag-and-drop)**: Visually reorganize nodes by dragging them to new positions with real-time feedback
15
+
2.**[Copy/Paste](#copy-and-paste-nodes)**: Duplicate nodes within or across routes while preserving their configuration
16
+
3.**[Move Before/After](#move-beforeafter)**: Precisely reposition nodes using context menu actions
19
17
20
18
Each method serves different use cases and can be combined for efficient workflow design.
21
19
@@ -25,7 +23,7 @@ Each method serves different use cases and can be combined for efficient workflo
25
23
26
24
Kaoto's drag-and-drop functionality allows you to reorganize Apache Camel routes directly on the canvas. You can reorder steps within a route, move steps across routes, and reorganize container structures with visual feedback guiding your operations.
27
25
28
-
For a comprehensive guide on drag-and-drop capabilities, including video demonstrations and detailed examples, see our [Drag and Drop blog post](https://kaoto.io/blog/kaoto-2.6-release/#drag-and-drop-support).
26
+
For a comprehensive guide on drag-and-drop capabilities, including video demonstrations and detailed examples, see our [Drag and Drop blog post](https://kaoto.io/blog/drag-and-drop/).
29
27
30
28
---
31
29
@@ -137,6 +135,5 @@ To get the most out of Kaoto's node reordering capabilities:
137
135
138
136
Now that you understand node reordering, explore these related topics:
139
137
140
-
-**[Managing Integrations](../01-managing-integrations)**: Learn how to create, rename, and organize your integrations
141
-
-**[Working with Nodes](../02-nodes)**: Understand how to add and configure components in your integrations
142
-
-**[Runtime Selector](../04-runtime-selector)**: Choose the right Camel runtime for your project
138
+
<!-- - **[Working with Nodes](../02-nodes)**: Understand how to add and configure components in your integrations
139
+
- **[Runtime Selector](../04-runtime-selector)**: Choose the right Camel runtime for your project -->
Copy file name to clipboardExpand all lines: content/docs/designer/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ date: 2026-03-31
5
5
weight: 3
6
6
---
7
7
8
-
## Welcome to the Kaoto Designer
8
+
## Welcome to Kaoto Designer
9
9
10
10
Kaoto provides a powerful visual designer for building Apache Camel integrations without writing code. Whether you're creating simple file processors or complex AI-powered workflows, the designer helps you:
11
11
@@ -20,4 +20,6 @@ The designer supports all major Camel resource types including Routes, Kamelets,
20
20
21
21
New to Kaoto? Start with **[Managing Integrations](./01-managing-integrations/)** to learn how to create, organize, and work with your first integration. This guide covers everything from creating new integrations to understanding the different resource types available in Kaoto.
22
22
23
+
After building your first integration, learn how to **[Reordering Nodes](./03-reordering-nodes/)** to reorganize your routes efficiently. This guide covers drag-and-drop operations, copy/paste functionality, and move-before/after actions to help you structure your integrations exactly how you need them.
24
+
23
25
Once you're comfortable with the basics, explore the other sections to master component configuration, node management, and advanced designer features.
0 commit comments