This is an automated email from the ASF dual-hosted git repository.
lburgazzoli 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 a1e6c01 Update languages page
a1e6c01 is described below
commit a1e6c01306f769bf57977a038c59427674b37748
Author: Luca Burgazzoli <[email protected]>
AuthorDate: Thu May 7 23:01:19 2020 +0200
Update languages page
---
docs/modules/languages/pages/languages.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/modules/languages/pages/languages.adoc
b/docs/modules/languages/pages/languages.adoc
index d1f2af6..8bd095c 100644
--- a/docs/modules/languages/pages/languages.adoc
+++ b/docs/modules/languages/pages/languages.adoc
@@ -13,6 +13,7 @@ Camel K supports multiple languages for writing integrations:
| 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.
|=======================
More information about supported languages is provided in the language
specific section.