This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch gcp-functions in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 40ddab77f78fb28caac0d1511bee73f5ea2371b9 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Dec 17 18:20:51 2021 +0100 Added Google Cloud Functions Sink 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 11225af..52a4809 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -55,6 +55,7 @@ * xref:ROOT:ftps-source.adoc[image:kamelets/ftps-source.svg[] FTPS Source] * xref:ROOT:github-source.adoc[image:kamelets/github-source.svg[] Github Source] * xref:ROOT:google-calendar-source.adoc[image:kamelets/google-calendar-source.svg[] Google Calendar Source] +* xref:ROOT:google-functions-sink.adoc[image:kamelets/google-functions-sink.svg[] Google Functions Sink] * xref:ROOT:google-mail-source.adoc[image:kamelets/google-mail-source.svg[] Google Mail Source] * xref:ROOT:google-pubsub-sink.adoc[image:kamelets/google-pubsub-sink.svg[] Google Pubsub Sink] * xref:ROOT:google-pubsub-source.adoc[image:kamelets/google-pubsub-source.svg[] Google Pubsub Source]
