Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/designer/01-managing-integrations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Managing integrations is a core part of working with Kaoto. This guide covers ev

Kaoto supports three main resource types for building integrations, each determined by its file extension:

### Camel Route (`.camel.yaml`)
### Camel Route (`.camel.yaml` | `.camel.xml`)

In Apache Camel, a route is a set of processing steps that are applied to a message as it travels from a source to a destination. A route typically consists of a series of processing steps that are connected in a linear sequence.

Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/create-integration-steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
2. Choose **"Camel Route"** as the route type
{{< figure src="/images/quickstart/01-camel-route-item.png" alt="Camel route item" caption="Camel route item" class="image" >}}

3. Choose **"YAML DSL"** as the route type
3. Choose between **"YAML DSL"** or **"XML DSL"** as the route type
{{< figure src="/images/quickstart/01-yaml-dsl-item.png" alt="YAML DSL item" caption="YAML DSL item" class="image" >}}

4. Give a name to the new route
Expand Down
Loading