diff --git a/content/docs/user-guide.md b/content/docs/user-guide.md index e90f2032..cd63b7f8 100644 --- a/content/docs/user-guide.md +++ b/content/docs/user-guide.md @@ -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") diff --git a/content/workshop/beginner-file.md b/content/workshop/beginner-file.md index 8178cb44..9bb68a07 100644 --- a/content/workshop/beginner-file.md +++ b/content/workshop/beginner-file.md @@ -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 diff --git a/static/images/docs/user-guide/1b-configuration.png b/static/images/docs/user-guide/1b-configuration.png new file mode 100644 index 00000000..4ac48845 Binary files /dev/null and b/static/images/docs/user-guide/1b-configuration.png differ diff --git a/static/images/docs/user-guide/1c-configuration.png b/static/images/docs/user-guide/1c-configuration.png new file mode 100644 index 00000000..f3801e7c Binary files /dev/null and b/static/images/docs/user-guide/1c-configuration.png differ