This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 9bbf819 Update languages.adoc 9bbf819 is described below commit 9bbf819dab4e251832bd8eff961fb020fc5cab45 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Aug 21 13:24:04 2021 +0200 Update languages.adoc --- docs/modules/languages/pages/languages.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/modules/languages/pages/languages.adoc b/docs/modules/languages/pages/languages.adoc index e4fa85a..5614982 100644 --- a/docs/modules/languages/pages/languages.adoc +++ b/docs/modules/languages/pages/languages.adoc @@ -8,13 +8,13 @@ Camel K supports multiple languages for writing integrations: [cols="30%,70%"] |======================= | Language | Description -| xref:java.adoc[Java] | Integrations written in Java DSL are supported. -| xref:jsh.adoc[JShell] | Integrations written in Java DSL using JShell. -| 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). +| 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:jsh.adoc[JShell] | JShell (Java Shell) '.jsh' files are supported (experimental) +| xref:javascript.adoc[JavaScript] | JavaScript `.js` files are supported (experimental) |======================= More information about each language is located in the language specific sections.