You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/16 09:44:48 UTC

[camel-kamelets] 03/09: Add Velocity Template Action Kamelet

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

acosentino pushed a commit to branch velocity-action
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit a82a51feb107708829ea0af1c900e559837d1890
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 16 11:41:40 2021 +0200

    Add Velocity Template Action Kamelet
---
 docs/modules/ROOT/nav.adoc                            | 1 +
 docs/modules/ROOT/pages/mustache-template-action.adoc | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 4fd9181..2ce71f0 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -116,5 +116,6 @@
 * xref:ROOT:twitter-search-source.adoc[image:kamelets/twitter-search-source.svg[] Twitter Search Source]
 * xref:ROOT:twitter-timeline-source.adoc[image:kamelets/twitter-timeline-source.svg[] Twitter Timeline Source]
 * xref:ROOT:value-to-key-action.adoc[image:kamelets/value-to-key-action.svg[] Value to Key Action]
+* xref:ROOT:mustache-template-action.adoc[image:kamelets/mustache-template-action.svg[] Velocity Template Action]
 * xref:ROOT:webhook-source.adoc[image:kamelets/webhook-source.svg[] Webhook Source]
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
diff --git a/docs/modules/ROOT/pages/mustache-template-action.adoc b/docs/modules/ROOT/pages/mustache-template-action.adoc
index 8805d96..0dc9fef 100644
--- a/docs/modules/ROOT/pages/mustache-template-action.adoc
+++ b/docs/modules/ROOT/pages/mustache-template-action.adoc
@@ -1,11 +1,11 @@
 // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT
-= image:kamelets/mustache-template-action.svg[] Mustache Template Action
+= image:kamelets/mustache-template-action.svg[] Velocity Template Action
 
 *Provided by: "Apache Software Foundation"*
 
 *Support Level for this Kamelet is: "Preview"*
 
-Apply a Mustache Template.
+Apply a Velocity Template.
 
 The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it.