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

pdesai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 09250cf  Update docs. to relect latest runtime language 
versions/support (#360)
09250cf is described below

commit 09250cfccd9e7899f5932c8789e60e27954da1f0
Author: Matt Rutkowski <mrutk...@us.ibm.com>
AuthorDate: Fri Feb 8 11:27:05 2019 -0600

    Update docs. to relect latest runtime language versions/support (#360)
    
    * Update docs. to relect latest runtime language versions/support
    
    * Update docs. to add Ballerina runtime.
---
 _layouts/documentation.html | 7 ++++---
 _layouts/home.html          | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 7bcd40d..7657006 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -200,11 +200,12 @@ layout: default
         </p>
         <ul>
           <!-- TODO Fix Go Runtime README so title matches other runtimes; 
bury "other exec. -->
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-ballerina#Apache-OpenWhisk-Runtime-for-Ballerina";>Ballerina</a>
 - OpenWhisk runtime for Ballerina</li>
           <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-go#apache-openwhisk-runtimes-for-go";>Go</a>
 - OpenWhisk runtime for Go lang</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-java#apache-openwhisk-runtimes-for-java";>Java</a>
 - OpenWhisk runtime for Java 8</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs#apache-openwhisk-runtimes-for-nodejs";>JavaScript</a>
 - OpenWhisk runtime for Node.js v6 and v8</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-java#apache-openwhisk-runtimes-for-java";>Java</a>
 - OpenWhisk runtime for Java 8 <i>(OpenJDK 8, JVM OpenJ9)</i></li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs#apache-openwhisk-runtimes-for-nodejs";>JavaScript</a>
 - OpenWhisk runtime for Node.js v6, v8 and v10</li>
           <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-php#apache-openwhisk-runtimes-for-php";>PHP</a>
 - OpenWhisk runtime for PHP 7.3, 7.2 and 7.1</li>
-          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-python#apache-openwhisk-runtimes-for-python";>Python</a>
 - OpenWhisk runtime for Python 2.7 and 3</li>
+          <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-python#apache-openwhisk-runtimes-for-python";>Python</a>
 - OpenWhisk runtime for Python 2.7, 3 and a 3 runtime variant for AI/ML 
<i>(including packages for Tensorflow and PyTorch)</i></li>
           <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-ruby#apache-openwhisk-runtimes-for-ruby";>Ruby</a>
 - OpenWhisk runtime for Ruby 2.5</li>
           <li><a 
href="https://github.com/apache/incubator-openwhisk-runtime-swift#apache-openwhisk-runtimes-for-swift";>Swift</a>
 - OpenWhisk runtime for Swift 3.1.1, 4.1 and 4.2</li>
         </ul>
diff --git a/_layouts/home.html b/_layouts/home.html
index efd932c..2163893 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -90,8 +90,9 @@ layout: default
                 <a 
href="https://github.com/apache/incubator-openwhisk-runtime-go";>Go</a>,
                 <a 
href="https://github.com/apache/incubator-openwhisk-runtime-java";>Scala</a>,
                 <a 
href="https://github.com/apache/incubator-openwhisk-runtime-python";>Python</a>,
-                <a 
href="https://github.com/apache/incubator-openwhisk-runtime-php";>PHP</a> and
-                <a 
href="https://github.com/apache/incubator-openwhisk-runtime-ruby";>Ruby</a>.
+                <a 
href="https://github.com/apache/incubator-openwhisk-runtime-php";>PHP</a>,
+                <a 
href="https://github.com/apache/incubator-openwhisk-runtime-ruby";>Ruby</a> and
+                <a 
href="https://github.com/apache/incubator-openwhisk-runtime-ballerina";>Ballerina</a>.
             </p>
             <p>
                 If you need languages or libraries the current

Reply via email to