You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2017/12/14 16:46:25 UTC

svn commit: r1818166 [5/6] - in /zeppelin/site/docs/0.8.0-SNAPSHOT: ./ assets/themes/zeppelin/img/ assets/themes/zeppelin/img/docs-img/ assets/themes/zeppelin/img/screenshots/ development/ development/contribution/ development/helium/ interpreter/ quic...

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/how_to_build.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/how_to_build.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/how_to_build.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/how_to_build.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>
@@ -437,6 +439,8 @@ sudo apt-get install git
 sudo apt-get install openjdk-7-jdk
 sudo apt-get install npm
 sudo apt-get install libfontconfig
+sudo apt-get install r-base-dev
+sudo apt-get install r-cran-evaluate
 </code></pre></div>
 <h3>Install maven</h3>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">wget http://www.eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/multi_user_support.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/multi_user_support.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/multi_user_support.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/basics/multi_user_support.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/cdh.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/cdh.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/cdh.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/cdh.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/docker.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/docker.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/docker.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/docker.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/flink_and_spark_cluster.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/flink_and_spark_cluster.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/flink_and_spark_cluster.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/flink_and_spark_cluster.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/spark_cluster_mode.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/spark_cluster_mode.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/spark_cluster_mode.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/spark_cluster_mode.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/virtual_machine.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/virtual_machine.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/virtual_machine.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/virtual_machine.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/yarn_install.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/yarn_install.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/yarn_install.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/deployment/yarn_install.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/configuration.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/configuration.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/configuration.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/configuration.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>
@@ -315,7 +317,19 @@ limitations under the License.
     <td>*</td>
     <td>Enables a way to specify a ',' separated list of allowed origins for REST and websockets. <br /> e.g. http://localhost:8080</td>
   </tr>
-    <tr>
+  <tr>
+    <td><h6 class="properties">ZEPPELIN_CREDENTIALS_PERSIST</h6></td>
+    <td><h6 class="properties">zeppelin.credentials.persist</h6></td>
+    <td>true</td>
+    <td>Persist credentials on a JSON file (credentials.json)</td>
+  </tr>  
+  <tr>
+    <td><h6 class="properties">ZEPPELIN_CREDENTIALS_ENCRYPT_KEY</h6></td>
+    <td><h6 class="properties">zeppelin.credentials.encryptKey</h6></td>
+    <td></td>
+    <td>If provided, encrypt passwords on the credentials.json file (passwords will be stored as plain-text otherwise</td>
+  </tr>  
+  <tr>
     <td>N/A</td>
     <td><h6 class="properties">zeppelin.anonymous.allowed</h6></td>
     <td>true</td>
@@ -442,6 +456,12 @@ limitations under the License.
     <td>Save notebooks to S3 with server-side encryption enabled</td>
   </tr>
   <tr>
+    <td><h6 class="properties">ZEPPELIN_NOTEBOOK_S3_SIGNEROVERRIDE</h6></td>
+    <td><h6 class="properties">zeppelin.notebook.s3.signerOverride</h6></td>
+    <td></td>
+    <td>Optional override to control which signature algorithm should be used to sign AWS requests</td>
+  </tr>
+  <tr>
     <td><h6 class="properties">ZEPPELIN_NOTEBOOK_AZURE_CONNECTION_STRING</h6></td>
     <td><h6 class="properties">zeppelin.notebook.azure.connectionString</h6></td>
     <td></td>
@@ -638,6 +658,17 @@ limitations under the License.
   &lt;description&gt;Truststore password. Can be obfuscated by the Jetty Password tool. Defaults to the keystore password&lt;/description&gt;
 &lt;/property&gt;
 </code></pre></div>
+<h3>Storing user credentials</h3>
+
+<p>In order to avoid having to re-enter credentials every time you restart/redeploy Zeppelin, you can store the user credentials. Zeppelin supports this via the ZEPPELIN<em>CREDENTIALS</em>PERSIST configuration.</p>
+
+<p>Please notice that passwords will be stored in <em>plain text</em> by default. To encrypt the passwords, use the ZEPPELIN<em>CREDENTIALS</em>ENCRYPT_KEY config variable. This will encrypt passwords using the AES-128 algorithm.</p>
+
+<p>You can generate an appropriate encryption key any way you&#39;d like - for instance, by using the openssl tool:</p>
+<div class="highlight"><pre><code class="text language-text" data-lang="text">openssl enc -aes-128-cbc -k secret -P -md sha1
+</code></pre></div>
+<p><em>Important</em>: storing your encryption key in a configuration file is <em>not advised</em>. Depending on your environment security needs, you may want to consider utilizing a credentials server, storing the ZEPPELIN<em>CREDENTIALS</em>ENCRYPT_KEY as an OS env variable, or any other approach that would not colocate the encryption key and the encrypted content (the credentials.json file).</p>
+
 <h3>Obfuscating Passwords using the Jetty Password Tool</h3>
 
 <p>Security best practices advise to not use plain text passwords and Jetty provides a password tool to help obfuscating the passwords used to access the KeyStore and TrustStore.</p>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/proxy_setting.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/proxy_setting.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/proxy_setting.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/proxy_setting.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/trouble_shooting.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/trouble_shooting.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/trouble_shooting.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/trouble_shooting.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/upgrading.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/upgrading.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/upgrading.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/operation/upgrading.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/authentication_nginx.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/authentication_nginx.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/authentication_nginx.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/authentication_nginx.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/datasource_authorization.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/datasource_authorization.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/datasource_authorization.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/datasource_authorization.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/http_security_headers.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/http_security_headers.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/http_security_headers.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/http_security_headers.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/notebook_authorization.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/notebook_authorization.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/notebook_authorization.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/notebook_authorization.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/shiro_authentication.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/shiro_authentication.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/shiro_authentication.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/security/shiro_authentication.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/setup/storage/storage.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/setup/storage/storage.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/setup/storage/storage.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/setup/storage/storage.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>
@@ -288,7 +290,7 @@ By default, only first two of them will
 <h2>Notebook Storage in hadoop compatible file system repository <a name="Hdfs"></a></h2>
 
 <p>Notes may be stored in hadoop compatible file system such as hdfs, so that multiple Zeppelin instances can share the same notes. It supports all the versions of hadoop 2.x. If you use <code>FileSystemNotebookRepo</code>, then <code>zeppelin.notebook.dir</code> is the path on the hadoop compatible file system. And you need to specify <code>HADOOP_CONF_DIR</code> in <code>zeppelin-env.sh</code> so that zeppelin can find the right hadoop configuration files.
-If your hadoop cluster is kerberized, then you need to specify <code>zeppelin.hdfs.keytab</code> and <code>zeppelin.hdfs.principal</code></p>
+If your hadoop cluster is kerberized, then you need to specify <code>zeppelin.server.kerberos.keytab</code> and <code>zeppelin.server.kerberos.principal</code></p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">&lt;property&gt;
   &lt;name&gt;zeppelin.notebook.storage&lt;/name&gt;
   &lt;value&gt;org.apache.zeppelin.notebook.repo.FileSystemNotebookRepo&lt;/value&gt;

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/sitemap.txt Thu Dec 14 16:46:23 2017
@@ -1,91 +1,93 @@
 
-http://zeppelin.apache.org/assets/themes/zeppelin/js/search.js
-http://zeppelin.apache.org/atom.xml
-http://zeppelin.apache.org/development/contribution/how_to_contribute_code.html
-http://zeppelin.apache.org/development/contribution/how_to_contribute_website.html
-http://zeppelin.apache.org/development/contribution/useful_developer_tools.html
-http://zeppelin.apache.org/development/helium/overview.html
-http://zeppelin.apache.org/development/helium/writing_application.html
-http://zeppelin.apache.org/development/helium/writing_spell.html
-http://zeppelin.apache.org/development/helium/writing_visualization_basic.html
-http://zeppelin.apache.org/development/helium/writing_visualization_transformation.html
-http://zeppelin.apache.org/development/writing_zeppelin_interpreter.html
-http://zeppelin.apache.org/index.html
-http://zeppelin.apache.org/interpreter/alluxio.html
-http://zeppelin.apache.org/interpreter/beam.html
-http://zeppelin.apache.org/interpreter/bigquery.html
-http://zeppelin.apache.org/interpreter/cassandra.html
-http://zeppelin.apache.org/interpreter/elasticsearch.html
-http://zeppelin.apache.org/interpreter/flink.html
-http://zeppelin.apache.org/interpreter/geode.html
-http://zeppelin.apache.org/interpreter/groovy.html
-http://zeppelin.apache.org/interpreter/hbase.html
-http://zeppelin.apache.org/interpreter/hdfs.html
-http://zeppelin.apache.org/interpreter/hive.html
-http://zeppelin.apache.org/interpreter/ignite.html
-http://zeppelin.apache.org/interpreter/jdbc.html
-http://zeppelin.apache.org/interpreter/kylin.html
-http://zeppelin.apache.org/interpreter/lens.html
 http://zeppelin.apache.org/interpreter/livy.html
-http://zeppelin.apache.org/interpreter/mahout.html
-http://zeppelin.apache.org/interpreter/markdown.html
 http://zeppelin.apache.org/interpreter/pig.html
-http://zeppelin.apache.org/interpreter/postgresql.html
+http://zeppelin.apache.org/interpreter/markdown.html
+http://zeppelin.apache.org/interpreter/mahout.html
+http://zeppelin.apache.org/interpreter/spark.html
 http://zeppelin.apache.org/interpreter/python.html
+http://zeppelin.apache.org/interpreter/hive.html
+http://zeppelin.apache.org/interpreter/ignite.html
+http://zeppelin.apache.org/interpreter/groovy.html
+http://zeppelin.apache.org/interpreter/kylin.html
+http://zeppelin.apache.org/interpreter/hdfs.html
+http://zeppelin.apache.org/interpreter/hbase.html
+http://zeppelin.apache.org/interpreter/beam.html
+http://zeppelin.apache.org/interpreter/geode.html
 http://zeppelin.apache.org/interpreter/r.html
-http://zeppelin.apache.org/interpreter/scalding.html
+http://zeppelin.apache.org/interpreter/flink.html
+http://zeppelin.apache.org/interpreter/postgresql.html
+http://zeppelin.apache.org/interpreter/cassandra.html
+http://zeppelin.apache.org/interpreter/lens.html
+http://zeppelin.apache.org/interpreter/elasticsearch.html
+http://zeppelin.apache.org/interpreter/jdbc.html
+http://zeppelin.apache.org/interpreter/neo4j.html
+http://zeppelin.apache.org/interpreter/bigquery.html
 http://zeppelin.apache.org/interpreter/scio.html
 http://zeppelin.apache.org/interpreter/shell.html
-http://zeppelin.apache.org/interpreter/spark.html
-http://zeppelin.apache.org/pleasecontribute.html
-http://zeppelin.apache.org/quickstart/explore_ui.html
-http://zeppelin.apache.org/quickstart/install.html
-http://zeppelin.apache.org/quickstart/python_with_zeppelin.html
-http://zeppelin.apache.org/quickstart/spark_with_zeppelin.html
-http://zeppelin.apache.org/quickstart/sql_with_zeppelin.html
-http://zeppelin.apache.org/quickstart/tutorial.html
+http://zeppelin.apache.org/interpreter/scalding.html
+http://zeppelin.apache.org/interpreter/alluxio.html
 http://zeppelin.apache.org/rss.xml
-http://zeppelin.apache.org/screenshots.html
 http://zeppelin.apache.org/search.html
+http://zeppelin.apache.org/development/helium/writing_visualization_transformation.html
+http://zeppelin.apache.org/development/helium/writing_spell.html
+http://zeppelin.apache.org/development/helium/writing_visualization_basic.html
+http://zeppelin.apache.org/development/helium/overview.html
+http://zeppelin.apache.org/development/helium/writing_application.html
+http://zeppelin.apache.org/development/writing_zeppelin_interpreter.html
+http://zeppelin.apache.org/development/contribution/how_to_contribute_website.html
+http://zeppelin.apache.org/development/contribution/how_to_contribute_code.html
+http://zeppelin.apache.org/development/contribution/useful_developer_tools.html
 http://zeppelin.apache.org/search_data.json
-http://zeppelin.apache.org/setup/basics/how_to_build.html
-http://zeppelin.apache.org/setup/basics/multi_user_support.html
-http://zeppelin.apache.org/setup/deployment/cdh.html
-http://zeppelin.apache.org/setup/deployment/docker.html
-http://zeppelin.apache.org/setup/deployment/flink_and_spark_cluster.html
-http://zeppelin.apache.org/setup/deployment/spark_cluster_mode.html
-http://zeppelin.apache.org/setup/deployment/virtual_machine.html
-http://zeppelin.apache.org/setup/deployment/yarn_install.html
-http://zeppelin.apache.org/setup/operation/configuration.html
 http://zeppelin.apache.org/setup/operation/proxy_setting.html
 http://zeppelin.apache.org/setup/operation/trouble_shooting.html
+http://zeppelin.apache.org/setup/operation/configuration.html
 http://zeppelin.apache.org/setup/operation/upgrading.html
-http://zeppelin.apache.org/setup/security/authentication_nginx.html
-http://zeppelin.apache.org/setup/security/datasource_authorization.html
+http://zeppelin.apache.org/setup/basics/how_to_build.html
+http://zeppelin.apache.org/setup/basics/multi_user_support.html
 http://zeppelin.apache.org/setup/security/http_security_headers.html
 http://zeppelin.apache.org/setup/security/notebook_authorization.html
+http://zeppelin.apache.org/setup/security/datasource_authorization.html
 http://zeppelin.apache.org/setup/security/shiro_authentication.html
+http://zeppelin.apache.org/setup/security/authentication_nginx.html
 http://zeppelin.apache.org/setup/storage/storage.html
-http://zeppelin.apache.org/sitemap.txt
-http://zeppelin.apache.org/usage/display_system/angular_backend.html
-http://zeppelin.apache.org/usage/display_system/angular_frontend.html
-http://zeppelin.apache.org/usage/display_system/basic.html
-http://zeppelin.apache.org/usage/dynamic_form/intro.html
+http://zeppelin.apache.org/setup/deployment/virtual_machine.html
+http://zeppelin.apache.org/setup/deployment/spark_cluster_mode.html
+http://zeppelin.apache.org/setup/deployment/flink_and_spark_cluster.html
+http://zeppelin.apache.org/setup/deployment/cdh.html
+http://zeppelin.apache.org/setup/deployment/docker.html
+http://zeppelin.apache.org/setup/deployment/yarn_install.html
+http://zeppelin.apache.org/usage/interpreter/overview.html
+http://zeppelin.apache.org/usage/interpreter/user_impersonation.html
 http://zeppelin.apache.org/usage/interpreter/dependency_management.html
-http://zeppelin.apache.org/usage/interpreter/dynamic_loading.html
 http://zeppelin.apache.org/usage/interpreter/execution_hooks.html
-http://zeppelin.apache.org/usage/interpreter/installation.html
 http://zeppelin.apache.org/usage/interpreter/interpreter_binding_mode.html
-http://zeppelin.apache.org/usage/interpreter/overview.html
-http://zeppelin.apache.org/usage/interpreter/user_impersonation.html
-http://zeppelin.apache.org/usage/other_features/customizing_homepage.html
-http://zeppelin.apache.org/usage/other_features/personalized_mode.html
+http://zeppelin.apache.org/usage/interpreter/dynamic_loading.html
+http://zeppelin.apache.org/usage/interpreter/installation.html
 http://zeppelin.apache.org/usage/other_features/publishing_paragraphs.html
-http://zeppelin.apache.org/usage/rest_api/configuration.html
-http://zeppelin.apache.org/usage/rest_api/credential.html
-http://zeppelin.apache.org/usage/rest_api/helium.html
+http://zeppelin.apache.org/usage/other_features/personalized_mode.html
+http://zeppelin.apache.org/usage/other_features/customizing_homepage.html
+http://zeppelin.apache.org/usage/other_features/notebook_actions.html
+http://zeppelin.apache.org/usage/dynamic_form/intro.html
+http://zeppelin.apache.org/usage/display_system/basic.html
+http://zeppelin.apache.org/usage/display_system/angular_backend.html
+http://zeppelin.apache.org/usage/display_system/angular_frontend.html
+http://zeppelin.apache.org/usage/rest_api/zeppelin_server.html
 http://zeppelin.apache.org/usage/rest_api/interpreter.html
+http://zeppelin.apache.org/usage/rest_api/credential.html
 http://zeppelin.apache.org/usage/rest_api/notebook.html
 http://zeppelin.apache.org/usage/rest_api/notebook_repository.html
-http://zeppelin.apache.org/usage/rest_api/zeppelin_server.html
+http://zeppelin.apache.org/usage/rest_api/configuration.html
+http://zeppelin.apache.org/usage/rest_api/helium.html
+http://zeppelin.apache.org/quickstart/python_with_zeppelin.html
+http://zeppelin.apache.org/quickstart/explore_ui.html
+http://zeppelin.apache.org/quickstart/spark_with_zeppelin.html
+http://zeppelin.apache.org/quickstart/install.html
+http://zeppelin.apache.org/quickstart/sql_with_zeppelin.html
+http://zeppelin.apache.org/quickstart/tutorial.html
+http://zeppelin.apache.org/atom.xml
+http://zeppelin.apache.org/pleasecontribute.html
+http://zeppelin.apache.org/screenshots.html
+http://zeppelin.apache.org/index.html
+http://zeppelin.apache.org/assets/themes/zeppelin/js/search.js
+http://zeppelin.apache.org/sitemap.txt
 

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/dynamic_form/intro.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/dynamic_form/intro.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/dynamic_form/intro.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/dynamic_form/intro.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>
@@ -256,9 +258,10 @@ limitations under the License.
 <div id="toc"></div>
 
 <p>Apache Zeppelin dynamically creates input forms. Depending on language backend, there&#39;re two different ways to create dynamic form.
-Custom language backend can select which type of form creation it wants to use.</p>
+Custom language backend can select which type of form creation it wants to use. Forms can have different scope (paragraph or note). 
+Forms with scope &quot;note&quot; available in all paragraphs regardless of which paragraph has code to create these forms.</p>
 
-<h2>Using form Templates</h2>
+<h2>Using form Templates (scope: paragraph)</h2>
 
 <p>This mode creates form using simple template language. It&#39;s simple and easy to use. For example Markdown, Shell, Spark SQL language backend uses it.</p>
 
@@ -312,7 +315,11 @@ You can control this by unchecking the b
 
 <p><img src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/img/screenshots/selectForm-checkbox.png" /></p>
 
-<h2>Creates Programmatically</h2>
+<h2>Using form Templates (scope: note)</h2>
+
+<p>Has a same syntax but starts with two symbols <code>$</code>. (for ex. input <code>$${forName}</code>)</p>
+
+<h2>Creates Programmatically (scope: paragraph)</h2>
 
 <p>Some language backends can programmatically create forms. For example <a href="../../interpreter/spark.html#zeppelincontext">ZeppelinContext</a> provides a form creation API</p>
 
@@ -325,7 +332,7 @@ You can control this by unchecking the b
 
 
 <div class="highlight"><pre><code class="scala"><span class="o">%</span><span class="n">spark</span>
-<span class="n">println</span><span class="o">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">input</span><span class="o">(</span><span class="s">&quot;name&quot;</span><span class="o">))</span>
+<span class="n">println</span><span class="o">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">textbox</span><span class="o">(</span><span class="s">&quot;name&quot;</span><span class="o">))</span>
 </code></pre></div>
 
 
@@ -334,7 +341,7 @@ You can control this by unchecking the b
 
 
 <div class="highlight"><pre><code class="python"><span class="o">%</span><span class="n">pyspark</span>
-<span class="k">print</span><span class="p">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">input</span><span class="p">(</span><span class="s">&quot;name&quot;</span><span class="p">))</span>
+<span class="k">print</span><span class="p">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">textbox</span><span class="p">(</span><span class="s">&quot;name&quot;</span><span class="p">))</span>
 </code></pre></div>
 
 
@@ -350,7 +357,7 @@ You can control this by unchecking the b
 
 
 <div class="highlight"><pre><code class="scala"><span class="o">%</span><span class="n">spark</span>
-<span class="n">println</span><span class="o">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">input</span><span class="o">(</span><span class="s">&quot;name&quot;</span><span class="o">,</span> <span class="s">&quot;sun&quot;</span><span class="o">))</span> 
+<span class="n">println</span><span class="o">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">textbox</span><span class="o">(</span><span class="s">&quot;name&quot;</span><span class="o">,</span> <span class="s">&quot;sun&quot;</span><span class="o">))</span> 
 </code></pre></div>
 
 
@@ -359,7 +366,7 @@ You can control this by unchecking the b
 
 
 <div class="highlight"><pre><code class="python"><span class="o">%</span><span class="n">pyspark</span>
-<span class="k">print</span><span class="p">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">input</span><span class="p">(</span><span class="s">&quot;name&quot;</span><span class="p">,</span> <span class="s">&quot;sun&quot;</span><span class="p">))</span>
+<span class="k">print</span><span class="p">(</span><span class="s">&quot;Hello &quot;</span><span class="o">+</span><span class="n">z</span><span class="o">.</span><span class="n">textbox</span><span class="p">(</span><span class="s">&quot;name&quot;</span><span class="p">,</span> <span class="s">&quot;sun&quot;</span><span class="p">))</span>
 </code></pre></div>
 
 
@@ -432,6 +439,29 @@ You can control this by unchecking the b
 
 <p><img src="/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/img/screenshots/form_checkbox_prog.png" /></p>
 
+<h2>Creates Programmatically (scope: note)</h2>
+
+<p>The difference in the method names:</p>
+
+<table class="table-configuration">
+  <tr>
+    <th>Scope paragraph</th>
+    <th>Scope note</th>
+  </tr>
+  <tr>
+    <td>input (or textbox)</td>
+    <td>noteTextbox</td>
+  </tr>
+  <tr>
+    <td>select</td>
+    <td>noteSelect</td>
+  </tr>
+  <tr>
+    <td>checkbox</td>
+    <td>noteCheckbox</td>
+  </tr>
+</table>
+
   </div>
 </div>
 

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dependency_management.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dependency_management.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dependency_management.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dependency_management.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>

Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dynamic_loading.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dynamic_loading.html?rev=1818166&r1=1818165&r2=1818166&view=diff
==============================================================================
--- zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dynamic_loading.html (original)
+++ zeppelin/site/docs/0.8.0-SNAPSHOT/usage/interpreter/dynamic_loading.html Thu Dec 14 16:46:23 2017
@@ -91,7 +91,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#text">Text Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#html">HTML Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#table">Table Display</a></li>
-                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/basic.html#network">Network Display</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_backend.html">Angular Display using Backend API</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/display_system/angular_frontend.html">Angular Display using Frontend API</a></li>
                 <li role="separator" class="divider"></li>
@@ -108,6 +108,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/publishing_paragraphs.html">Publishing Paragraphs</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/personalized_mode.html">Personalized Mode</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/customizing_homepage.html">Customizing Zeppelin Homepage</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/usage/other_features/notebook_actions.html">Notebook Actions</a></li>
                 <li role="separator" class="divider"></li>
                 <li class="title"><span>REST API</span></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/usage/rest_api/interpreter.html">Interpreter API</a></li>
@@ -184,6 +185,7 @@
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/lens.html">Lens</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/livy.html">Livy</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/markdown.html">Markdown</a></li>
+                <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/neo4j.html">Neo4j</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/pig.html">Pig</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/postgresql.html">Postgresql, HAWQ</a></li>
                 <li><a href="/docs/0.8.0-SNAPSHOT/interpreter/r.html">R</a></li>