Skip to content

Commit 29dea35

Browse files
committed
chore: fix blog post link
1 parent 7aa20e0 commit 29dea35

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

content/docs/designer/01-managing-integrations/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ date: 2026-03-31
55
weight: 1
66
---
77

8+
## Overview
9+
810
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.
911

1012
## Understanding Resource Types

content/docs/designer/03-reordering-nodes/_index.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ date: 2026-03-31
55
weight: 3
66
---
77

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
119

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.
1311

1412
Kaoto offers three primary methods for reordering nodes:
1513

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
1917

2018
Each method serves different use cases and can be combined for efficient workflow design.
2119

@@ -25,7 +23,7 @@ Each method serves different use cases and can be combined for efficient workflo
2523

2624
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.
2725

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/).
2927

3028
---
3129

@@ -137,6 +135,5 @@ To get the most out of Kaoto's node reordering capabilities:
137135

138136
Now that you understand node reordering, explore these related topics:
139137

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 -->

content/docs/designer/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2026-03-31
55
weight: 3
66
---
77

8-
## Welcome to the Kaoto Designer
8+
## Welcome to Kaoto Designer
99

1010
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:
1111

@@ -20,4 +20,6 @@ The designer supports all major Camel resource types including Routes, Kamelets,
2020

2121
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.
2222

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+
2325
Once you're comfortable with the basics, explore the other sections to master component configuration, node management, and advanced designer features.

0 commit comments

Comments
 (0)