This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f78e3b  Polished
5f78e3b is described below

commit 5f78e3bf3f817062fd4816bd6f30bc1a7cae56f3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 29 07:14:50 2020 +0200

    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 8bd095c..afd395a 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 <beans> or Blueprint XML with <blueprint> 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].
 

Reply via email to