This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 06912f31ae05c61ae2ac3503404bbd5af7cc2f84 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 20 14:59:33 2021 +0200 Added a MVEL Template Action Kamelet --- docs/modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 7f947e0..7d53c8a 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -85,6 +85,7 @@ * xref:ROOT:mongodb-source.adoc[image:kamelets/mongodb-source.svg[] MongoDB Source] * xref:ROOT:mqtt-source.adoc[image:kamelets/mqtt-source.svg[] MQTT Source] * xref:ROOT:mustache-template-action.adoc[image:kamelets/mustache-template-action.svg[] Mustache Template Action] +* xref:ROOT:mvel-template-action.adoc[image:kamelets/mvel-template-action.svg[] Mvel Template Action] * xref:ROOT:mysql-sink.adoc[image:kamelets/mysql-sink.svg[] MySQL Sink] * xref:ROOT:mysql-source.adoc[image:kamelets/mysql-source.svg[] MySQL Source] * xref:ROOT:nats-sink.adoc[image:kamelets/nats-sink.svg[] NATS Sink]
