Add GCP adapter refs to documentation

This commit is contained in:
Mike Eltsufin
2020-04-02 23:15:19 -04:00
parent c251b6de46
commit 3d70d0d3f4
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
*{spring-cloud-function-version}*
include::adapters/gcp-intro.adoc[]

View File

@@ -11,6 +11,7 @@ The reference documentation consists of the following sections:
<<spring-cloud-function.adoc#,Reference Guide>> :: Spring Cloud Function Reference
<<aws.adoc#,AWS Adapter>> :: AWS Adapter Reference
<<azure.adoc#, Azure Adapter>> :: Azure Adapter Reference
<<gcp.adoc#, GCP Adapter>> :: GCP Adapter Reference
<<openwhisk.adoc#, Apache OpenWhisk Adapter>> :: Apache OpenWhisk Adapter Reference

View File

@@ -585,4 +585,5 @@ Invoker] acts natively is an adapter for Spring Cloud Function jars.
include::adapters/aws-intro.adoc[]
include::adapters/azure-intro.adoc[]
include::adapters/gcp-intro.adoc[]