From 5f78e3bf3f817062fd4816bd6f30bc1a7cae56f3 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Fri, 29 May 2020 07:14:50 +0200 Subject: [PATCH] Polished --- docs/modules/languages/pages/languages.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/modules/languages/pages/languages.adoc b/docs/modules/languages/pages/languages.adoc index 8bd095c9d..afd395ac4 100644 --- a/docs/modules/languages/pages/languages.adoc +++ b/docs/modules/languages/pages/languages.adoc @@ -8,15 +8,15 @@ Camel K supports multiple languages for writing integrations: [cols="30%,70%"] |======================= | Language | Description -| xref:groovy.adoc[Groovy] | Groovy `.groovy` files are supported. -| xref:kotlin.adoc[Kotlin] | Kotlin Script `.kts` files are supported. -| xref:javascript.adoc[JavaScript] | JavaScript `.js` files are supported. -| xref:java.adoc[Java] | Integrations written in plain Java DSL are supported. -| xref:xml.adoc[XML] | Integrations written in plain XML DSL are supported (Spring XML or Blueprint not supported). -| xref:yaml.adoc[YAML] | Integrations written in plain YAML DSL are supported. +| xref:java.adoc[Java] | Integrations written in Java DSL are supported. +| xref:xml.adoc[XML] | Integrations written in plain XML DSL are supported (Spring XML with or Blueprint XML with not supported). +| xref:yaml.adoc[YAML] | Integrations written in YAML DSL are supported. +| xref:groovy.adoc[Groovy] | Groovy `.groovy` files are supported (experimental). +| xref:kotlin.adoc[Kotlin] | Kotlin Script `.kts` files are supported (experimental). +| xref:javascript.adoc[JavaScript] | JavaScript `.js` files are supported (experimental). |======================= -More information about supported languages is provided in the language specific section. +More information about each language is located in the language specific sections. -Integrations written in different languages are provided in the examples pack that is downloadable from the https://github.com/apache/camel-k/releases[release page]. +You can find various examples using different languages in the examples pack that is downloadable from the https://github.com/apache/camel-k/releases[release page].