Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare switch to Kaoto-Next #77

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ public

# generated content
content/timeline/generated*
content/roadmap/generated*
contributors.txt
11 changes: 3 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,20 @@ URL = 'blog'
name = 'Blog'
weight = 3

[[menu.main]]
URL = 'quickstart'
name = 'Quick Start'
weight = 4

[[menu.main]]
URL = 'docs'
name = 'Docs'
weight = 5
weight = 4

[[menu.main]]
URL = 'portfolio'
name = 'Use Cases'
weight = 6
weight = 5

[[menu.main]]
URL = 'workshop'
name = 'Workshops'
weight = 7
weight = 6

# default parameters
[params]
Expand Down
8 changes: 3 additions & 5 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
title: "About"
description: "Kaoto is the next generation orchestration designer to easily edit and deploy automations and integrations as an alternative to the traditional IDE. Kaoto supports multiple Domain Specific Languages (DSL) like Kamelets and Apache Camel routes."
description: "Kaoto is the next generation integration designer to easily edit and deploy as an alternative to the traditional IDE. Kaoto supports multiple Domain Specific Languages (DSL) like Kamelets, Pipes and Apache Camel routes."
draft: false
---

Kaoto is an acronym for **Ka**mel **O**rchestration **To**ol. Kaoto is a low code and no code integration designer to edit and deploy based on [Apache Camel](https://camel.apache.org/). It is designed to be extendable and flexible and adaptable to different usecases. [You can find statistics and history of Kaoto here](/timeline).

The user interface have both a source code editor and a drag and drop graphical space to edit workflows. When a change is done in one of them, the other gets updated automatically. This way users can choose to work both no-code or low-code.
The user interface has both a source code editor and a drag and drop graphical editor. When a change is done in one of them, the other gets updated automatically. This way users can choose to work both no-code or low-code.

![Kaoto in action](/images/about/low-code-kaoto.webp)

Kaoto can load catalogs of building blocks from different sources. By default, Kaoto supports the official [Kamelet catalog](https://camel.apache.org/camel-kamelets). There is also a [growing support for Camel connectors](https://github.com/KaotoIO/camel-component-metadata). You can configure your own catalog of steps (using the official Kamelet catalog or using your own).

![Catalog of steps](/images/about/step-replacement.webp)

You can also extend the user interface. Each step can have its own [extension](https://kaoto.io/docs/add_custom_view/) to configure its properties. This is not also useful when you add your own steps, but also it can help you adapt Kaoto to different kinds of users, hiding or extending certain details important for your usecase.

Although focused on Apache Camel, Kaoto can support multiple Domain Specific Languages (DSL) as described in [the documentation](/docs/add_dsl). The Kaoto team is also working on full [support for cloud-native Apache Camel deployments via Camel-K](https://github.com/KaotoIO/kaoto-backend/issues/10).
The Kaoto team is also working on full [support for cloud-native Apache Camel deployments via Camel-K](https://github.com/KaotoIO/kaoto-backend/issues/10).
2 changes: 1 addition & 1 deletion content/blog/2022-02-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ draft: false

There is a Docker Hub [KaotoIO organization](https://hub.docker.com/u/kaotoio) in which you can find all the docker images for both frontend and backend.

As described on the [QuickStart](/quickstart), there are two separated docker images: one for the `frontend` and another for the `backend`.
As described on the [QuickStart](/docs/quickstart/), there are two separated docker images: one for the `frontend` and another for the `backend`.

You can run them with the following commands:

Expand Down
2 changes: 1 addition & 1 deletion content/blog/2023-04-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this 1.0.0 release, we focused on supporting [Apache Camel](https://camel.apa

## Give it a try!

* Kaoto [quickstart](https://kaoto.io/quickstart/)
* Kaoto [quickstart](/docs/quickstart/)
* Kaoto is available as a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto).
* Kaoto showcase deployment on [IBM Cloud](https://red.ht/kaoto).

Expand Down
2 changes: 1 addition & 1 deletion content/blog/2023-07-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In this 1.1.0 release, continued focusing on supporting [Apache Camel](https://c

## Give it a try!

* Kaoto [quickstart](https://kaoto.io/quickstart/)
* Kaoto [quickstart](/docs/quickstart/)
* Kaoto is available as a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto).
* Kaoto showcase deployment on [IBM Cloud](https://red.ht/kaoto).

Expand Down
191 changes: 0 additions & 191 deletions content/docs/add-custom-view.md

This file was deleted.

Loading
Loading