Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-02-13 03:07:11 +00:00
parent 3354e3bdcf
commit e592da048d
5 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ $(addBlockSwitches);
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>3.0.2.BUILD-SNAPSHOT</strong></p>
<p><strong>3.0.3.BUILD-SNAPSHOT</strong></p>
</div>
<div class="paragraph">
<p>The <a href="https://aws.amazon.com/">AWS</a> adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda.</p>

View File

@@ -103,7 +103,7 @@ $(addBlockSwitches);
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>3.0.2.BUILD-SNAPSHOT</strong></p>
<p><strong>3.0.3.BUILD-SNAPSHOT</strong></p>
</div>
<div class="paragraph">
<p>The <a href="https://azure.microsoft.com">Azure</a> adapter bootstraps a Spring Cloud Function context and channels function calls from the Azure framework into the user functions, using Spring Boot configuration where necessary. Azure Functions has quite a unique, but invasive programming model, involving annotations in user code that are specific to the platform. The easiest way to use it with Spring Cloud is to extend a base class and write a method in it with the <code>@FunctionName</code> annotation which delegates to a base class method.</p>

View File

@@ -102,7 +102,7 @@ $(addBlockSwitches);
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>3.0.2.BUILD-SNAPSHOT</strong></p>
<p><strong>3.0.3.BUILD-SNAPSHOT</strong></p>
</div>
<div class="paragraph">
<p>The reference documentation consists of the following sections:</p>

View File

@@ -103,7 +103,7 @@ $(addBlockSwitches);
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>3.0.2.BUILD-SNAPSHOT</strong></p>
<p><strong>3.0.3.BUILD-SNAPSHOT</strong></p>
</div>
<div class="paragraph">
<p>The <a href="https://openwhisk.apache.org/">OpenWhisk</a> 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.</p>

View File

@@ -140,7 +140,7 @@ $(addBlockSwitches);
<p>Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra</p>
</div>
<div class="paragraph">
<p><strong>3.0.2.BUILD-SNAPSHOT</strong></p>
<p><strong>3.0.3.BUILD-SNAPSHOT</strong></p>
</div>
<hr>
</div>