This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e91b0f1 Automatic Site Publish by Jenkins
e91b0f1 is described below
commit e91b0f1cd47a536ceb2708f424a0976df8896e64
Author: jenkins <[email protected]>
AuthorDate: Fri Sep 7 17:30:06 2018 +0000
Automatic Site Publish by Jenkins
---
css/main-v1.css | 2 +-
documentation.html | 76 ++++++++++++++++++++++++++++++++++--------------------
feed.xml | 2 +-
index.html | 7 +++++
4 files changed, 57 insertions(+), 30 deletions(-)
diff --git a/css/main-v1.css b/css/main-v1.css
index b874413..6e4f451 100644
--- a/css/main-v1.css
+++ b/css/main-v1.css
@@ -1 +1 @@
-html,body{margin:0;padding:0}input,button{outline:none}button{cursor:pointer}a{text-decoration:none}.clear{display:block;clear:both}*{box-sizing:border-box;background:none;border:0}body{font-family:"Roboto",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}h1{font-size:32px;line-height:normal}h2{font-size:28px;line-height:normal}h3{font-size:24px;line-height:32px}h4{font-size:20px;line-height:28px}h5{font-size:16px;line-height:28px}h6{font-size:14px;line-height:24px}p,ul,ol,li{font-s
[...]
+html,body{margin:0;padding:0}input,button{outline:none}button{cursor:pointer}a{text-decoration:none}.clear{display:block;clear:both}*{box-sizing:border-box;background:none;border:0}body{font-family:"Roboto",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}h1{font-size:32px;line-height:normal}h2{font-size:28px;line-height:normal}h3{font-size:24px;line-height:32px}h4{font-size:20px;line-height:28px}h5{font-size:16px;line-height:24px}h6{font-size:14px;font-style:italic;line-height:24px
[...]
diff --git a/documentation.html b/documentation.html
index 523c6f1..03d4e65 100644
--- a/documentation.html
+++ b/documentation.html
@@ -136,6 +136,7 @@ function closeIndex() {
<!-- Operators -->
<li class="collapsible-toggle"><a
href="#operators">Operators</a></li>
<ul class="collapse-content">
+ <li><a href="#openwhisk_architecture">OpenWhisk
Architecture</a></li>
<li class="collapsible-toggle"><a
href="#openwhisk_deployment">OpenWhisk Deployment</a></li>
<ul class="collapse-content">
<li><a href="#deploy_docker_compose">Docker
Compose</a></li>
@@ -155,9 +156,12 @@ function closeIndex() {
<li><a href="#pre-requisites">Pre-requisites</a></li>
<li class="collapsible-toggle"><a
href="#using-openwhisk">Using OpenWhisk</a></li>
<ul class="collapse-content">
- <li><a href="#wsk-cli-install">Installing wsk CLI</a></li>
- <li><a href="#wsk-cli">Configuring wsk CLI</a></li>
- <li><a href="#wskdeploy">Deployment Tool -
wskdeploy</a></li>
+ <li class="collapsible-toggle"><a
href="#wsk-cli">OpenWhisk CLI (wsk)</a></li>
+ <ul class="collapse-content">
+ <li><a href="#wsk-cli-install">Installing</a></li>
+ <li><a href="#wsk-cli-configure">Configuring</a></li>
+ </ul>
+ <li><a href="#wskdeploy">Whisk Deploy (wskdeploy)</a></li>
<li><a href="#rest-api">OpenWhisk REST API</a></li>
<li><a href="#openwhisk-clients">OpenWhisk Clients</a></li>
</ul>
@@ -281,7 +285,7 @@ function closeIndex() {
</div>
<div class="project-structure-repo theme-deeper-sky-blue">
<h4>Runtimes</h4>
- <p>OpenWhisk supports several languages and runtimes.</p>
+ <p>OpenWhisk supports several languages via Docker runtime
containers.</p>
<p class="repo-title border-deeper-sky-blue">
<a
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs"
@@ -424,7 +428,7 @@ function closeIndex() {
</div>
<div class="project-structure-repo theme-darksalmon">
<h4>Packages</h4>
- <p>Several packages are registered with OpenWhisk under
/whisk.system/. These are the list of packages:</p>
+ <p>Several common service integrations are made available
as packages. By default they are registered in the OpenWHisk catalog, under the
<em>/whisk.system/</em> namespace, and include:</p>
<p class="repo-title border-darksalmon">
<a
href="https://github.com/apache/incubator-openwhisk-package-alarms"
@@ -613,8 +617,8 @@ function closeIndex() {
<!-- Deployment section under Operator -->
<main class="doc">
<div class="content">
- <a class="indexable" id="openwhisk_deployment"></a>
- <h3>OpenWhisk Deployment</h3>
+ <a class="indexable" id="openwhisk_architecture"></a>
+ <h3>OpenWhisk Architecture</h3>
<img style="padding-top:20px;" width="400px"
src="https://raw.githubusercontent.com/apache/incubator-openwhisk/master/docs/images/OpenWhisk_flow_of_processing.png"
alt="OpenWhisk Architecture"/>
<p>
The above diagram depicts the high-level architecture of
OpenWhisk. From Nginx to Kafka to Docker,
@@ -622,9 +626,10 @@ function closeIndex() {
You can read about the list of OpenWhisk components and its
internal flow of processing
<a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/about.md#the-internal-flow-of-processing">here</a>.
</p>
+ <a class="indexable" id="openwhisk_deployment"></a>
+ <h3>OpenWhisk Deployment</h3>
<p>
- OpenWhisk supports different installation methods for core
OpenWhisk components.
- You can choose one of the following deployment methods based
on your platform:
+ OpenWhisk supports different installation methods for core
OpenWhisk platform components. You can choose one of the following deployment
methods based on your platform:
</p>
<a class="indexable" id="deploy_docker_compose"></a>
<h4>Docker Compose</h4>
@@ -706,7 +711,7 @@ function closeIndex() {
<main class="doc">
<div class="content">
<a class="indexable" id="operators_resources"></a>
- <h3>Operators Resources</h3>
+ <h3>Operator Resources</h3>
<ul>
<li><a
href="https://medium.com/openwhisk/five-minute-intro-to-open-source-serverless-development-with-openwhisk-328b0ebfa160">Five
minute intro to open source serverless development with OpenWhisk</a></li>
<li><a
href="https://thenewstack.io/behind-scenes-apache-openwhisk-serverless-platform/">An
Architectural View of Apache OpenWhisk</a></li>
@@ -760,9 +765,14 @@ function closeIndex() {
<main class="doc">
<div class="content">
+ <a class="indexable" id="wsk-cli"></a>
+ <h4>OpenWhisk CLI (wsk)</h4>
+ <p>
+ OpenWhisk offers the <em>wsk</em> Command Line Interface (CLI)
to easily create, run, and manage OpenWhisk entities.
+ </p>
<a class="indexable" id="wsk-cli-install"></a>
- <h5>Install the wsk CLI</h5>
+ <h5>Installing</h5>
<h6>Install the wsk with Homebrew (Mac & Linux)</h6>
<p>To easily install the OpenWhisk CLI (wsk) you can use <a
href="https://brew.sh">Homebrew for Mac</a> or <a
href="http://linuxbrew.sh">Homebrew for Linux</a>.</p>
@@ -796,18 +806,8 @@ function closeIndex() {
<p>Then you can invoke the OpenWhisk CLI by just typing
<code>wsk</code>.</p>
- </div>
- </main>
-
- <main class="doc">
- <div class="content">
-
-
- <a class="indexable" id="wsk-cli"></a>
- <h5>Configure the wsk CLI</h5>
- <p>
- OpenWhisk offers wsk Command Line Interface (CLI) to easily
create, run, and manage OpenWhisk entities.
- </p>
+ <a class="indexable" id="wsk-cli-verify"></a>
+ <h5>Verifying</h5>
<ul>
<li>
<strong>CLI Help:</strong>
@@ -818,6 +818,10 @@ function closeIndex() {
</div>
</li>
+ </ul>
+ <a class="indexable" id="wsk-cli-configure"></a>
+ <h5>Configuring</h5>
+ <ul>
<li id="authentication">
<strong>Authenticate wsk CLI</strong>
<p>You can configure wsk CLI to use your OpenWhisk
credentials in few different ways:</p>
@@ -845,11 +849,17 @@ function closeIndex() {
</ul>
</li>
</ul>
+
+ </div>
+ </main>
+
+ <main class="doc">
+ <div class="content">
<a class="indexable" id="wskdeploy"></a>
- <h5>Whisk Deploy</h5>
+ <h4>Whisk Deploy (wskdeploy)</h4>
<p>
<a
href="https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/README.md">Whisk
Deploy</a>
- is an utility to help deploy all your OpenWhisk Packages,
Actions, Triggers, and Rules using a single command.
+ is a utility, named <em>wskdeploy</em>, to help deploy and
manage all your OpenWhisk Packages, Actions, Triggers, Rules and APIs using a
single command.
</p>
<ul>
<li>
@@ -889,16 +899,26 @@ function closeIndex() {
</ul>
</li>
</ul>
+ </div>
+ </main>
+
+ <main class="doc">
+ <div class="content">
<a class="indexable" id="rest-api"></a>
- <h5>OpenWhisk REST API</h5>
+ <h4>OpenWhisk REST API</h4>
<p>
After your OpenWhisk environment is enabled, you can use
OpenWhisk with your web apps or mobile apps with REST API calls.
For more details about the APIs for actions, activations,
packages, rules, and triggers, see the
<a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/rest_api.md">OpenWhisk
API</a>
documentation.
</p>
+ </div>
+ </main>
+
+ <main class="doc">
+ <div class="content">
<a class="indexable" id="openwhisk-clients"></a>
- <h5>OpenWhisk Clients</h5>
+ <h4>OpenWhisk Clients</h4>
<p>OpenWhisk provides a wrapper around the OpenWhisk APIs in
multiple different languages.:</p>
<ul>
<li id="javascript-client"><a
href="https://github.com/apache/incubator-openwhisk-client-js/blob/master/README.md">JavaScript</a></li>
@@ -916,7 +936,7 @@ function closeIndex() {
<h4>Actions</h4>
<p>
<strong>What is an OpenWhisk action?</strong>
- Actions are stateless functions(code snippets) that run on
the OpenWhisk platform.
+ Actions are stateless functions (code snippets) that run
on the OpenWhisk platform.
Actions encapsulates application logic to be executed in
response to events.
You can find more details on specifics of an action in
main OpenWhisk GitHub repo at
<a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md">incubator-openwhisk</a>.
diff --git a/feed.xml b/feed.xml
index e6872cb..f8a0c98 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2018-09-05T21:38:39+00:00</updated><id>/</id><title
type="html">Apache OpenWhisk is a serverless, open source cloud
platform</title><subtitle>An open source platform for serverless, event-driven
code at any scale. W [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2018-09-07T17:30:02+00:00</updated><id>/</id><title
type="html">Apache OpenWhisk is a serverless, open source cloud
platform</title><subtitle>An open source platform for serverless, event-driven
code at any scale. W [...]
</subtitle></feed>
\ No newline at end of file
diff --git a/index.html b/index.html
index cb00dd3..cf07c60 100644
--- a/index.html
+++ b/index.html
@@ -136,6 +136,7 @@ function closeIndex() {
<section id="whiskNodes">
<main>
+ <a class="indexable" id="what-is-openwhisk"></a>
<div class="content">
<h4>What is Apache OpenWhisk?</h4>
<p>
@@ -152,6 +153,7 @@ function closeIndex() {
</main>
<main>
+ <a class="indexable" id="openwhisk-deployments"></a>
<div class="image-wrapper">
<img src="/images/illustrations/OW-Deployments.png" alt="Apache
OpenWhisk can deploy on your favorite Cloud container framework."/>
</div>
@@ -164,6 +166,7 @@ function closeIndex() {
</main>
<main>
+ <a class="indexable" id="openwhisk-languages"></a>
<div class="content">
<h4>Write functions in any language</h4>
<!-- Possible text addition: "bundle larger or complex
dependencies, and tailor the runtime environment to suite your needs."" -->
@@ -193,6 +196,7 @@ function closeIndex() {
</main>
<main>
+ <a class="indexable" id="openwhisk-packages"></a>
<div class="image-wrapper">
<img src="/images/illustrations/OW-Integrations.png"
alt="OpenWhisk's out-of-box packages easily integrate with our own services"/>
</div>
@@ -230,6 +234,7 @@ function closeIndex() {
</main>
<main>
+ <a class="indexable" id="openwhisk-compositions"></a>
<div class="content">
<h4>Combine your functions into rich compositions</h4>
<p>
@@ -249,6 +254,7 @@ function closeIndex() {
</main>
<main>
+ <a class="indexable" id="openwhisk-benefits"></a>
<div class="image-wrapper">
<img src="/images/illustrations/OW-Utilization-Scaling.png"
alt="Apache OpenWhisk automatically scales and maximizes and server utilization
as events trigger action functions.">
</div>
@@ -263,6 +269,7 @@ function closeIndex() {
</main>
<main>
+ <a class="indexable" id="openwhisk-community"></a>
<div class="content">
<h4>Join a vibrant open source community</h4>
<p>