From a254d5c9e185146d3a1022bfd9e5931347c5437c Mon Sep 17 00:00:00 2001 From: mweissdigchg <74358275+mweissdigchg@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:00:49 +0100 Subject: [PATCH] Update index.md Removed Camel Quarkus hint --- content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 2d172ff..9ed2e2f 100644 --- a/content/index.md +++ b/content/index.md @@ -28,7 +28,7 @@ weight: 20 AtlasMap is a data mapping solution with interactive web based user interface, that simplifies configuring integrations between Java, XML, CSV and JSON data sources. You can design your data mapping with AtlasMap Data Mapper UI canvas, and then run that data mapping via runtime engine. -In addition to plain Java API provided by runtime engine, [camel-atlasmap Component](https://camel.apache.org/components/latest/atlasmap-component.html) is also available to perform data mapping as a part of [Apache Camel](http://camel.apache.org/) route. There is also a [Camel Quarkus extension](https://camel.apache.org/camel-quarkus/latest/reference/extensions/atlasmap.html) available. +In addition to plain Java API provided by runtime engine, [camel-atlasmap Component](https://camel.apache.org/components/latest/atlasmap-component.html) is also available to perform data mapping as a part of [Apache Camel](http://camel.apache.org/) route. The easiest way to use AtlasMap Data Mapper UI is the [standalone mode](https://docs.atlasmap.io/#quickstart). Or you can use it through a [VS Code plugin](https://marketplace.visualstudio.com/items?itemName=redhat.atlasmap-viewer).