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:28:05 UTC

[camel] 06/09: Regen

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 1f716f54cb658e6e2779c897937e004564f7b457
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 19 08:02:07 2021 +0100

    Regen
---
 .../org/apache/camel/catalog/docs/google-functions-component.adoc       | 2 ++
 docs/components/modules/ROOT/pages/google-functions-component.adoc      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc
index 7e230c6..da6a86c 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/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[]
diff --git a/docs/components/modules/ROOT/pages/google-functions-component.adoc b/docs/components/modules/ROOT/pages/google-functions-component.adoc
index 3c9fd5e..b50be1a 100644
--- a/docs/components/modules/ROOT/pages/google-functions-component.adoc
+++ b/docs/components/modules/ROOT/pages/google-functions-component.adoc
@@ -273,3 +273,5 @@ from("direct:start")
 .log("body:${body}")
 .to("mock:result");
 --------------------------------------------------------------------------------
+
+include::camel-spring-boot::page$google-functions-starter.adoc[]