From commits-return-5573-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Aug 15 02:57:09 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F1CFF18067A for ; Wed, 15 Aug 2018 02:57:08 +0200 (CEST) Received: (qmail 41090 invoked by uid 500); 15 Aug 2018 00:57:08 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 41081 invoked by uid 99); 15 Aug 2018 00:57:08 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2018 00:57:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 817478545C; Wed, 15 Aug 2018 00:57:07 +0000 (UTC) Date: Wed, 15 Aug 2018 00:57:07 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-website] branch master updated: replacing remotefile with include (#308) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153429462746.8083.17574543342789012250@gitbox.apache.org> From: pdesai@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: eaba3df44b099a50dce4c4559be26ec99fbe1737 X-Git-Newrev: 098c3ff00a81875149dacc9124796f22a88e0887 X-Git-Rev: 098c3ff00a81875149dacc9124796f22a88e0887 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 098c3ff replacing remotefile with include (#308) 098c3ff is described below commit 098c3ff00a81875149dacc9124796f22a88e0887 Author: Priti Desai AuthorDate: Tue Aug 14 17:57:05 2018 -0700 replacing remotefile with include (#308) --- {code => _includes/code}/Hello.java | 0 {code => _includes/code}/hello-with-params.js | 0 {code => _includes/code}/hello.go | 0 {code => _includes/code}/hello.js | 0 {code => _includes/code}/hello.php | 0 {code => _includes/code}/hello.py | 0 .../code}/manifest-for-helloJS-1.yaml | 0 .../code}/manifest-for-helloJS-2.yaml | 0 .../code}/manifest-for-helloPhp-1.yaml | 0 .../code}/manifest-for-helloPhp-2.yaml | 0 .../code}/manifest-for-helloPy-1.yaml | 0 .../code}/manifest-for-helloPy-2.yaml | 0 _layouts/documentation.html | 24 +++++++++++----------- 13 files changed, 12 insertions(+), 12 deletions(-) diff --git a/code/Hello.java b/_includes/code/Hello.java similarity index 100% rename from code/Hello.java rename to _includes/code/Hello.java diff --git a/code/hello-with-params.js b/_includes/code/hello-with-params.js similarity index 100% rename from code/hello-with-params.js rename to _includes/code/hello-with-params.js diff --git a/code/hello.go b/_includes/code/hello.go similarity index 100% rename from code/hello.go rename to _includes/code/hello.go diff --git a/code/hello.js b/_includes/code/hello.js similarity index 100% rename from code/hello.js rename to _includes/code/hello.js diff --git a/code/hello.php b/_includes/code/hello.php similarity index 100% rename from code/hello.php rename to _includes/code/hello.php diff --git a/code/hello.py b/_includes/code/hello.py similarity index 100% rename from code/hello.py rename to _includes/code/hello.py diff --git a/code/manifest-for-helloJS-1.yaml b/_includes/code/manifest-for-helloJS-1.yaml similarity index 100% rename from code/manifest-for-helloJS-1.yaml rename to _includes/code/manifest-for-helloJS-1.yaml diff --git a/code/manifest-for-helloJS-2.yaml b/_includes/code/manifest-for-helloJS-2.yaml similarity index 100% rename from code/manifest-for-helloJS-2.yaml rename to _includes/code/manifest-for-helloJS-2.yaml diff --git a/code/manifest-for-helloPhp-1.yaml b/_includes/code/manifest-for-helloPhp-1.yaml similarity index 100% rename from code/manifest-for-helloPhp-1.yaml rename to _includes/code/manifest-for-helloPhp-1.yaml diff --git a/code/manifest-for-helloPhp-2.yaml b/_includes/code/manifest-for-helloPhp-2.yaml similarity index 100% rename from code/manifest-for-helloPhp-2.yaml rename to _includes/code/manifest-for-helloPhp-2.yaml diff --git a/code/manifest-for-helloPy-1.yaml b/_includes/code/manifest-for-helloPy-1.yaml similarity index 100% rename from code/manifest-for-helloPy-1.yaml rename to _includes/code/manifest-for-helloPy-1.yaml diff --git a/code/manifest-for-helloPy-2.yaml b/_includes/code/manifest-for-helloPy-2.yaml similarity index 100% rename from code/manifest-for-helloPy-2.yaml rename to _includes/code/manifest-for-helloPy-2.yaml diff --git a/_layouts/documentation.html b/_layouts/documentation.html index 1d49922..9588601 100644 --- a/_layouts/documentation.html +++ b/_layouts/documentation.html @@ -816,7 +816,7 @@ $ wsk list
  • Create a file named hello.js:
  • {% highlight javascript linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/hello.js %} +{% include code/hello.js %} {% endhighlight %}
  • Create an action called helloJS using hello.js:
  • @@ -849,14 +849,14 @@ $ wsk list
  • Create manifest.yaml with the following YAML content:
  • {% highlight yaml linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/manifest-for-helloJS-1.yaml %} +{% include code/manifest-for-helloJS-1.yaml %} {% endhighlight %}
    Or

    {% highlight yaml linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/manifest-for-helloJS-2.yaml %} +{% include code/manifest-for-helloJS-2.yaml %} {% endhighlight %}
  • Run deployment with wskdeploy:
  • @@ -906,7 +906,7 @@ $ wsk list
  • Create a file named hello.py:
  • {% highlight python linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/hello.py %} +{% include code/hello.py %} {% endhighlight %}
  • Create an action called helloPy using hello.py:
  • @@ -936,14 +936,14 @@ $ wsk list
  • Create manifest.yaml with the following YAML content:
  • {% highlight yaml linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/manifest-for-helloPy-1.yaml %} +{% include code/manifest-for-helloPy-1.yaml %} {% endhighlight %}
    Or

    {% highlight yaml linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/manifest-for-helloPy-2.yaml %} +{% include code/manifest-for-helloPy-2.yaml %} {% endhighlight %}
  • Run deployment with wskdeploy:
  • @@ -992,7 +992,7 @@ $ wsk list
  • Create a file named hello.go:
  • {% highlight go linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/hello.go %} +{% include code/hello.go %} {% endhighlight %}
  • Create an executable called exec using hello.go:
  • @@ -1057,7 +1057,7 @@ $ zip exec.zip exec
  • Create a file named Hello.java:
  • {% highlight java linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/Hello.java %} +{% include code/Hello.java %} {% endhighlight %}
  • Compile Hello.Java into a JAR file hello.jar as follows
  • @@ -1150,7 +1150,7 @@ $ jar cvf hello.jar Hello.class
  • Create a file named hello.php:
  • {% highlight php linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/hello.php %} +{% include code/hello.php %} {% endhighlight %}
  • Create an action called helloPHP using hello.php:
  • @@ -1180,14 +1180,14 @@ $ jar cvf hello.jar Hello.class
  • Create manifest.yaml with the following YAML content:
  • {% highlight yaml linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/manifest-for-helloPhp-1.yaml %} +{% include code/manifest-for-helloPhp-1.yaml %} {% endhighlight %}
    Or

    {% highlight yaml linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/manifest-for-helloPhp-2.yaml %} +{% include code/manifest-for-helloPhp-2.yaml %} {% endhighlight %}
  • Run deployment with wskdeploy:
  • @@ -1390,7 +1390,7 @@ $ jar cvf hello.jar Hello.class above with the following hello.js.
    {% highlight javascript linenos %} -{% remotefile https://raw.githubusercontent.com/apache/incubator-openwhisk-website/master/code/hello-with-params.js %} +{% include code/hello-with-params.js %} {% endhighlight %}