You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2019/05/02 18:14:39 UTC

[incubator-openwhisk-website] branch master updated: Provide context and links to ActionLoop runtime creation (#380)

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

mrutkowski 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 90c8f73  Provide context and links to ActionLoop runtime creation (#380)
90c8f73 is described below

commit 90c8f738a7ccf7ef690ef4a293afb6ad869e6377
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Thu May 2 13:14:35 2019 -0500

    Provide context and links to ActionLoop runtime creation (#380)
    
    * Provide context and links to ActioLoop runtime creation
    
    * Fix dotnet dup. ID and misplaced </p>
---
 _layouts/documentation.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 1f137bb..b97f4d9 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -1561,7 +1561,6 @@ $ dotnet new classlib -n Apache.OpenWhisk.Example.Dotnet -lang C#
               </div>
             </li>
             <li style="list-style-type: decimal">
-              <a class="indexable" id="hello-dotnet"></a>
               Navigate to the <i>Apache.OpenWhisk.Example.Dotnet</i> directory:
               <div class="terminal">
 {% highlight bash %}
@@ -1636,6 +1635,7 @@ $ wsk action invoke helloDotNet -r -p name Shawn
           </p>
           <a class="indexable" id="dotnet-additional-resources"></a>
           <h5>Additional Resources</h5>
+          <a href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-dotnet.md">Creating and invoking .NET Core actions</a>
         </div>
 
         <!-- ************************************** -->
@@ -2469,9 +2469,11 @@ abcd.... locationUpdate
         <h3>Contributing Language Runtimes</h3>
         <p>OpenWhisk supports several languages via its Action Runtimes,
           but there may be other languages you would like supported or even language variants with different frameworks for languages we support today. OpenWhisk is all about making it easy for ANY developer, using any functional language they are comfortable with, to develop Actions for our platform!</p>
-        <p>Read this guide on how to get started:
-          <a href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md">Adding Action Language Runtimes</a>
-        </p>
+        <p>You can create a new runtime in two ways:</p>
+        <ul>
+          <li>Implementing the <a href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-new.md#Adding-Action-Language-Runtimes">Runtime specification</a> yourself, <i>or by</i></li>
+          <li>Using the <a href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-actionloop.md#Developing-a-new-Runtime-with-the-ActionLoop-proxy">ActionLoop engine</a> that provides a simplified path for building a new runtime.</li>
+        </ul>
       </div>
     </main>