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/03/19 07:02:50 UTC

[camel] 03/04: Camel-Google-Functions: Added google functions starter docs

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9f0c3caae3b87cf4ea9c1c46378dc351efe72407
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 19 07:52:15 2021 +0100

    Camel-Google-Functions: Added google functions starter docs
---
 .../src/main/docs/google-functions-component.adoc                       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc b/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
index 7e230c6..da6a86c 100644
--- a/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
+++ b/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
@@ -271,3 +271,5 @@ from("direct:start")
 .log("body:${body}")
 .to("mock:result");
 --------------------------------------------------------------------------------
+
+include::camel-spring-boot::page$google-functions-starter.adoc[]