Fix docs version tag

This commit is contained in:
Oleg Zhurakousky
2020-11-17 13:50:31 +01:00
parent 8b4c2ba896
commit 58cde422d6
6 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
*{spring-cloud-function-version}*
*{project-version}*
The https://aws.amazon.com/[AWS] adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda.

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
*{spring-cloud-function-version}*
*{project-version}*
The https://openwhisk.apache.org/[OpenWhisk] adapter is in the form of an executable jar that can be used in a a docker image to be deployed to Openwhisk. The platform works in request-response mode, listening on port 8080 on a specific endpoint, so the adapter is a simple Spring MVC application.

View File

@@ -1,7 +1,7 @@
= Spring Cloud Function Reference Documentation
Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra
*{spring-cloud-function-version}*
*{project-version}*
:docinfo: shared

View File

@@ -2,7 +2,7 @@
Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra
*{spring-cloud-function-version}*
*{project-version}*
---