Skip to content

Commit

Permalink
improving docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Jun 30, 2023
1 parent 1e317e2 commit 0aaee8c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions content/docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@
title: "User Guide"
description: "How to add a new Domain Specific Language to Kaoto."
draft: false
date: "2022-08-27"
date: "2023-06-19"
categories:
- User
---

On this guide we will learn how to create our first workflow using Kaoto in a no-code way. This means, we will not write any source code at this point.

# Starting Kaoto

The first step is to load the Kaoto application. Follow the [QuickStart](/quickstart) to know in which URL you can find it.

Now we want to make sure we are going to build a Kamelet Binding. Click on the top menú on the `+ New Route` button and select the `Kamelet Binding` option.

![](/images/docs/user-guide/1b-configuration.png "Select Kamelet Binding DSL")
![](/images/docs/user-guide/1c-configuration.png "Select Kamelet Binding DSL")

## Adding the first step

The first step is to load the Kaoto application. If you followed the [QuickStart](/quickstart) you should have it running on [http://localhost:8081](http://localhost:8081). The initial page is an empty space with a placeholder with the title `ADD A STEP`.
The initial page is an empty space with a placeholder with the title `ADD A STEP`.

![](/images/docs/user-guide/1-blank.png "Initial view on Kaoto")

Expand Down
2 changes: 2 additions & 0 deletions content/workshop/beginner-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The goals for this exercise are:
- Then `log` the detected change with an output like `Detected ${header.CamelFileEventType} on file ${header.CamelFileName} at ${header.CamelFileLastModified}`

**Make sure your folder (/tmp/tutorial) exists before running this integration.**

**This integration will work better when run locally, as the folder must be in the same machine that it gets deployed.**

### Hints

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0aaee8c

Please sign in to comment.