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 2015/11/19 08:58:16 UTC

svn commit: r1715121 - in /incubator/zeppelin/site/docs/0.5.0-incubating: ./ development/ displaysystem/ install/ interpreter/ manual/ rest-api/ storage/ tutorial/

Author: moon
Date: Thu Nov 19 07:58:16 2015
New Revision: 1715121

URL: http://svn.apache.org/viewvc?rev=1715121&view=rev
Log:
Update BASE_PATH for 0.5.0-incubating documentation

Modified:
    incubator/zeppelin/site/docs/0.5.0-incubating/atom.xml
    incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontribute.html
    incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontributewebsite.html
    incubator/zeppelin/site/docs/0.5.0-incubating/development/writingzeppelininterpreter.html
    incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/angular.html
    incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/display.html
    incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/table.html
    incubator/zeppelin/site/docs/0.5.0-incubating/docs.html
    incubator/zeppelin/site/docs/0.5.0-incubating/index.html
    incubator/zeppelin/site/docs/0.5.0-incubating/install/install.html
    incubator/zeppelin/site/docs/0.5.0-incubating/install/yarn_install.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/cassandra.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/flink.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/geode.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/ignite.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/lens.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/postgresql.html
    incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/spark.html
    incubator/zeppelin/site/docs/0.5.0-incubating/manual/dynamicform.html
    incubator/zeppelin/site/docs/0.5.0-incubating/manual/interpreters.html
    incubator/zeppelin/site/docs/0.5.0-incubating/manual/notebookashomepage.html
    incubator/zeppelin/site/docs/0.5.0-incubating/pleasecontribute.html
    incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-interpreter.html
    incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-notebook.html
    incubator/zeppelin/site/docs/0.5.0-incubating/rss.xml
    incubator/zeppelin/site/docs/0.5.0-incubating/screenshots.html
    incubator/zeppelin/site/docs/0.5.0-incubating/storage/storage.html
    incubator/zeppelin/site/docs/0.5.0-incubating/tutorial/tutorial.html

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/atom.xml
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/atom.xml?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/atom.xml (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/atom.xml Thu Nov 19 07:58:16 2015
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin (incubating)</title>
  <link href="http://zeppelin.incubator.apache.org/" rel="self"/>
  <link href="http://zeppelin.incubator.apache.org"/>
- <updated>2015-11-19T15:18:22+09:00</updated>
+ <updated>2015-11-19T16:57:22+09:00</updated>
  <id>http://zeppelin.incubator.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontribute.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontribute.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontribute.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontribute.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontributewebsite.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontributewebsite.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontributewebsite.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/development/howtocontributewebsite.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/development/writingzeppelininterpreter.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/development/writingzeppelininterpreter.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/development/writingzeppelininterpreter.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/development/writingzeppelininterpreter.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -349,7 +349,7 @@ limitations under the License.
 Every Interpreter belongs to an InterpreterGroup. InterpreterGroup is a unit of start/stop interpreter.
 Interpreters in the same InterpreterGroup can reference each other. For example, SparkSqlInterpreter can reference SparkInterpreter to get SparkContext from it while they&#39;re in the same group. </p>
 
-<p><img class="img-responsive" style="width:50%; border: 1px solid #ecf0f1;" height="auto" src="../../assets/themes/zeppelin/img/interpreter.png" /></p>
+<p><img class="img-responsive" style="width:50%; border: 1px solid #ecf0f1;" height="auto" src="/assets/themes/zeppelin/img/interpreter.png" /></p>
 
 <p>All Interpreters in the same interpreter group are launched in a single, separate JVM process. The Interpreter communicates with Zeppelin engine via thrift.</p>
 

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/angular.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/angular.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/angular.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/angular.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -356,7 +356,7 @@ Therefore, you can not only update scope
 <h4>Print AngularJS view</h4>
 
 <p>To use angular display system, your output should starts with &quot;%angular&quot;.
-<img src="../../assets/themes/zeppelin/img/screenshots/display_angular.png" width=600px /></p>
+<img src="/assets/themes/zeppelin/img/screenshots/display_angular.png" width=600px /></p>
 
 <p>Note that display system is backend independent.</p>
 
@@ -383,7 +383,7 @@ z.angularUnbindGlobal(String name)
 </code></pre></div>
 <p>In the example, let&#39;s bind &quot;world&quot; variable &#39;name&#39;. Then you can see AngularJs view are updated immediately.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_angular1.png" width=600px /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_angular1.png" width=600px /></p>
 
 <p><br /></p>
 
@@ -407,11 +407,11 @@ z.angularUnwatchGlobal(String name)
 <p>Let&#39;s make an button, that increment &#39;run&#39; variable by 1 when it is clicked.
 z.angularBind(&quot;run&quot;, 0) will initialize &#39;run&#39; to zero. And then register watcher of &#39;run&#39;.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_angular2.png" width=600px /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_angular2.png" width=600px /></p>
 
 <p>After clicked button, you&#39;ll see both &#39;run&#39; and numWatched are increased by 1</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_angular3.png" width=600px /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_angular3.png" width=600px /></p>
 
   </div>
 </div>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/display.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/display.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/display.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/display.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -351,11 +351,11 @@ limitations under the License.
 
 <p>Zeppelin prints output of language backend in text, by default.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_text.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_text.png" /></p>
 
 <p>You can explicitly say you&#39;re using text display system.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_text1.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_text1.png" /></p>
 
 <p>Note that display system is backend independent.</p>
 
@@ -367,7 +367,7 @@ limitations under the License.
 
 <p>With &#39;%html&#39; directive, Zeppelin treats your output as html</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_html.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_html.png" /></p>
 
   </div>
 </div>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/table.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/table.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/table.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/displaysystem/table.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -347,17 +347,17 @@ limitations under the License.
 
 <p>If you have data that row seprated by &#39;\n&#39; (newline) and column separated by &#39;\t&#39; (tab) with first row as header row, for example</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_table.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_table.png" /></p>
 
 <p>You can simply use %table display system to leverage Zeppelin&#39;s built in visualization.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_table1.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_table1.png" /></p>
 
 <p>Note that display system is backend independent.</p>
 
 <p>If table contents start with %html, it is interpreted as an HTML.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/display_table_html.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/display_table_html.png" /></p>
 
   </div>
 </div>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/docs.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/docs.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/docs.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/docs.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li class="active"><a href="/docs.html" class="active">Docs</a></li>
+      	<li class="active"><a href="/docs/0.5.0-incubating/docs.html" class="active">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -364,14 +364,14 @@ limitations under the License.
 <li><a href="./interpreter/cassandra.html">cassandra</a></li>
 <li><a href="./interpreter/flink.html">flink</a></li>
 <li><a href="./interpreter/geode.html">geode</a></li>
-<li><a href="../pleasecontribute.html">hive</a></li>
+<li><a href="./pleasecontribute.html">hive</a></li>
 <li><a href="./interpreter/ignite.html">ignite</a></li>
 <li><a href="./interpreter/lens.html">lens</a></li>
-<li><a href="../pleasecontribute.html">md</a></li>
+<li><a href="./pleasecontribute.html">md</a></li>
 <li><a href="./interpreter/postgresql.html">postgresql, hawq</a></li>
 <li><a href="../pleasecontribute.html">sh</a></li>
 <li><a href="./interpreter/spark.html">spark</a></li>
-<li><a href="../pleasecontribute.html">tajo</a></li>
+<li><a href="./pleasecontribute.html">tajo</a></li>
 </ul>
 
 <h3>Storage</h3>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/index.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/index.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/index.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li class="active"><a href="/index.html" class="active">Overview</a></li>
+      	<li class="active"><a href="/docs/0.5.0-incubating/index.html" class="active">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/install/install.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/install/install.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/install/install.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/install/install.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/install/yarn_install.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/install/yarn_install.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/install/yarn_install.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/install/yarn_install.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/cassandra.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/cassandra.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/cassandra.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/cassandra.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -354,9 +354,9 @@
 <p>In a notebook, to enable the <strong>Cassandra</strong> interpreter, click on the <strong>Gear</strong> icon and select <strong>Cassandra</strong></p>
 
 <p><center>
- <img src="/assets/themes/zeppelin/img/docs-img/cassandra-InterpreterBinding.png" alt="Interpreter Binding"></p>
+ <img src="../assets/themes/zeppelin/img/docs-img/cassandra-InterpreterBinding.png" alt="Interpreter Binding"></p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/cassandra-InterpreterSelection.png" alt="Interpreter Selection">
+<p><img src="../assets/themes/zeppelin/img/docs-img/cassandra-InterpreterSelection.png" alt="Interpreter Selection">
  </center></p>
 
 <hr/>
@@ -368,7 +368,7 @@
 <p>To access the interactive help, type <strong>HELP;</strong></p>
 
 <p><center>
-  <img src="/assets/themes/zeppelin/img/docs-img/cassandra-InteractiveHelp.png" alt="Interactive Help">
+  <img src="../assets/themes/zeppelin/img/docs-img/cassandra-InteractiveHelp.png" alt="Interactive Help">
  </center></p>
 
 <hr/>
@@ -590,7 +590,7 @@ There is a drop-down menu on the top lef
 
 <p><br/>
 <center>
-  <img src="/assets/themes/zeppelin/img/docs-img/cassandra-DescribeSchema.png" alt="Describe Schema">
+  <img src="../assets/themes/zeppelin/img/docs-img/cassandra-DescribeSchema.png" alt="Describe Schema">
 </center></p>
 
 <hr/>
@@ -858,7 +858,7 @@ per instance of <strong>Cassandra</stron
 <br/>
 <br/>
 <center>
-  <img src="/assets/themes/zeppelin/img/docs-img/cassandra-NewInterpreterInstance.png" alt="Create Interpreter">
+  <img src="../assets/themes/zeppelin/img/docs-img/cassandra-NewInterpreterInstance.png" alt="Create Interpreter">
 </center></p>
 
 <p>In the interpreter creation form, put <strong>cass-instance2</strong> as <strong>Name</strong> and select the <strong>cassandra</strong> 
@@ -866,7 +866,7 @@ in the interpreter drop-down list<br>
 <br/>
 <br/>
 <center>
-  <img src="/assets/themes/zeppelin/img/docs-img/cassandra-InterpreterName.png" alt="Interpreter Name">
+  <img src="../assets/themes/zeppelin/img/docs-img/cassandra-InterpreterName.png" alt="Interpreter Name">
 </center>                         </p>
 
 <p>Click on <strong>Save</strong> to create the new interpreter instance. Now you should be able to see it in the interpreter list.</p>
@@ -874,7 +874,7 @@ in the interpreter drop-down list<br>
 <p><br/>
 <br/>
 <center>
-  <img src="/assets/themes/zeppelin/img/docs-img/cassandra-NewInterpreterInList.png" alt="Interpreter In List">
+  <img src="../assets/themes/zeppelin/img/docs-img/cassandra-NewInterpreterInList.png" alt="Interpreter In List">
 </center>                         </p>
 
 <p>Go back to your notebook and click on the <strong>Gear</strong> icon to configure interpreter bindings.
@@ -884,7 +884,7 @@ interpreter list instead of the standard
 <p><br/>
 <br/>
 <center>
-  <img src="/assets/themes/zeppelin/img/docs-img/cassandra-InterpreterInstanceSelection.png" alt="Interpreter Instance Selection">
+  <img src="../assets/themes/zeppelin/img/docs-img/cassandra-InterpreterInstanceSelection.png" alt="Interpreter Instance Selection">
 </center> </p>
 
 <hr/>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/flink.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/flink.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/flink.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/flink.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/geode.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/geode.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/geode.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/geode.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/ignite.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/ignite.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/ignite.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/ignite.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -335,7 +335,7 @@
 
 <p><a href="https://ignite.apache.org/">Apache Ignite</a> In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.</p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/ignite-logo.png" alt="Apache Ignite"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/ignite-logo.png" alt="Apache Ignite"></p>
 
 <p>You can use Zeppelin to retrieve distributed data from cache using Ignite SQL interpreter. Moreover, Ignite interpreter allows you to execute any Scala code in cases when SQL doesn&#39;t fit to your requirements. For example, you can populate data into your caches or execute distributed computations.</p>
 
@@ -397,13 +397,13 @@
   </tr>
  </table></p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/ignite-interpreter-setting.png" alt="Configuration of Ignite Interpreter"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/ignite-interpreter-setting.png" alt="Configuration of Ignite Interpreter"></p>
 
 <h3>Interpreter Binding for Zeppelin Notebook</h3>
 
 <p>After configuring Ignite interpreter, create your own notebook. Then you can bind interpreters like below image.</p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/ignite-interpreter-binding.png" alt="Binding Interpreters"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/ignite-interpreter-binding.png" alt="Binding Interpreters"></p>
 
 <p>For more interpreter binding information see <a href="http://zeppelin.incubator.apache.org/docs/manual/interpreters.html">here</a>.</p>
 
@@ -415,7 +415,7 @@ For example, you can select top 10 words
 <div class="highlight"><pre><code class="text language-text" data-lang="text">  %ignite.ignitesql 
   select _val, count(_val) as cnt from String group by _val order by cnt desc limit 10 
 </code></pre></div>
-<p><img src="/assets/themes/zeppelin/img/docs-img/ignite-sql-example.png" alt="IgniteSql on Zeppelin"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/ignite-sql-example.png" alt="IgniteSql on Zeppelin"></p>
 
 <p>As long as your Ignite version and Zeppelin Ignite version is same, you can also use scala code. Please check the Zeppelin Ignite version before you download your own Ignite. </p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">  %ignite
@@ -434,7 +434,7 @@ For example, you can select top 10 words
 
   collectionAsScalaIterable(res).foreach(println _)
 </code></pre></div>
-<p><img src="/assets/themes/zeppelin/img/docs-img/ignite-scala-example.png" alt="Using Scala Code"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/ignite-scala-example.png" alt="Using Scala Code"></p>
 
 <p>Apache Ignite also provides a guide docs for Zeppelin <a href="https://apacheignite.readme.io/docs/data-analysis-with-apache-zeppelin">&quot;Ignite with Apache Zeppelin&quot;</a></p>
 

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/lens.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/lens.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/lens.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/lens.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -335,7 +335,7 @@
 
 <p><a href="https://lens.apache.org/">Apache Lens</a> provides an Unified Analytics interface. Lens aims to cut the Data Analytics silos by providing a single view of data across multiple tiered data stores and optimal execution environment for the analytical query. It seamlessly integrates Hadoop with traditional data warehouses to appear like one.</p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/lens-logo.png" alt="Apache Lens"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/lens-logo.png" alt="Apache Lens"></p>
 
 <h3>Installing and Running Lens</h3>
 
@@ -401,12 +401,12 @@
   </tr>
  </table></p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/lens-interpreter-setting.png" alt="Apache Lens Interpreter Setting"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/lens-interpreter-setting.png" alt="Apache Lens Interpreter Setting"></p>
 
 <h3>Interpreter Bindging for Zeppelin Notebook</h3>
 
 <p>After configuring Lens interpreter, create your own notebook, then you can bind interpreters like below image. 
-<img src="/assets/themes/zeppelin/img/docs-img/lens-interpreter-binding.png" alt="Zeppelin Notebook Interpreter Biding"></p>
+<img src="../assets/themes/zeppelin/img/docs-img/lens-interpreter-binding.png" alt="Zeppelin Notebook Interpreter Biding"></p>
 
 <p>For more interpreter binding information see <a href="http://zeppelin.incubator.apache.org/docs/manual/interpreters.html">here</a>.</p>
 
@@ -444,7 +444,7 @@ As you can see in this video, they are u
 <p><li> Now, you can run queries on cubes.</p>
 <div class="highlight"><pre><code class="text language-text" data-lang="text">  query execute cube select customer_city_name, product_details.description, product_details.category, product_details.color, store_sales from sales where time_range_in(delivery_time, &#39;2015-04-11-00&#39;, &#39;2015-04-13-00&#39;)
 </code></pre></div>
-<p><img src="/assets/themes/zeppelin/img/docs-img/lens-result.png" alt="Lens Query Result"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/lens-result.png" alt="Lens Query Result"></p>
 
 <p>These are just examples that provided in advance by Lens. If you want to explore whole tutorials of Lens, see the <a href="https://cwiki.apache.org/confluence/display/LENS/2015/07/13/20+Minute+video+demo+of+Apache+Lens+through+examples">tutorial video</a>.</p>
 
@@ -452,7 +452,7 @@ As you can see in this video, they are u
 
 <p>Lens also provides web UI service. Once the server starts up, you can open the service on http://serverhost:19999/index.html and browse. You may also check the structure that you made and use query easily here.</p>
 
-<p><img src="/assets/themes/zeppelin/img/docs-img/lens-ui-service.png" alt="Lens UI Servive"></p>
+<p><img src="../assets/themes/zeppelin/img/docs-img/lens-ui-service.png" alt="Lens UI Servive"></p>
 
   </div>
 </div>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/postgresql.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/postgresql.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/postgresql.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/postgresql.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/spark.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/spark.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/spark.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/interpreter/spark.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -534,7 +534,7 @@ In scala and python environments, you ca
 <div class="highlight"><pre><code class="text language-text" data-lang="text">%sql
 select * from ${table=defaultTableName} where text like &#39;%${search}%&#39;
 </code></pre></div>
-<p>To learn more about dynamic form, checkout <a href="../dynamicform.html">Dynamic Form</a>.</p>
+<p>To learn more about dynamic form, checkout <a href="../manual/dynamicform.html">Dynamic Form</a>.</p>
 
   </div>
 </div>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/manual/dynamicform.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/manual/dynamicform.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/manual/dynamicform.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/manual/dynamicform.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -362,11 +362,11 @@ Custom language backend can select which
 
 <p>for example</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_input.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_input.png" /></p>
 
 <p>Also you can provide default value, using <em>${formName=defaultValue}</em>.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_input_default.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_input_default.png" /></p>
 
 <p><br /></p>
 
@@ -376,11 +376,11 @@ Custom language backend can select which
 
 <p>for example</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_select.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_select.png" /></p>
 
 <p>Also you can separate option&#39;s display name and value, using <em>${formName=defaultValue,option1(DisplayName)|option2(DisplayName)...}</em></p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_select_displayname.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_select_displayname.png" /></p>
 
 <p><br /></p>
 
@@ -392,15 +392,15 @@ Custom language backend can select which
 
 <p>Text input form</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_input_prog.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_input_prog.png" /></p>
 
 <p>Text input form with default value</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_input_default_prog.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_input_default_prog.png" /></p>
 
 <p>Select form</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/form_select_prog.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/form_select_prog.png" /></p>
 
   </div>
 </div>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/manual/interpreters.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/manual/interpreters.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/manual/interpreters.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/manual/interpreters.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -355,13 +355,13 @@ Currently Zeppelin supports many interpr
 
 <p>When you click on the <code>+Create</code> button in the interpreter page the interpreter drop-down list box will present all the available interpreters on your server.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/interpreter_create.png"></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/interpreter_create.png"></p>
 
 <h3>What is zeppelin interpreter setting?</h3>
 
 <p>Zeppelin interpreter setting is the configuration of a given interpreter on zeppelin server. For example, the properties requried for hive  JDBC interpreter to connect to the Hive server.</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/interpreter_setting.png"></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/interpreter_setting.png"></p>
 
 <h3>What is zeppelin interpreter group?</h3>
 
@@ -372,7 +372,7 @@ SparkSQL and the dependency loader.</p>
 <p>Technically, Zeppelin interpreters from the same group are running in the same JVM.</p>
 
 <p>Interpreters belong to a single group a registered together and all of their properties are listed in the interpreter setting.
-<img src="../../assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png"></p>
+<img src="/assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png"></p>
 
 <h3>Programming langages for interpreter</h3>
 

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/manual/notebookashomepage.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/manual/notebookashomepage.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/manual/notebookashomepage.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/manual/notebookashomepage.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     
@@ -382,7 +382,7 @@ the code sections.</p>
 
 <p>for example</p>
 
-<p><img src="../../assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png" /></p>
+<p><img src="/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png" /></p>
 
 <p>Set the notebook id to the <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> environment variable 
 or <code>zeppelin.notebook.homescreen</code> property. </p>
@@ -427,7 +427,7 @@ you need to do is use our %angular suppo
 <span class="s2">  &quot;&quot;&quot;</span><span class="p">)</span>
 </code></pre></div>
 <p>After running the notebook you will see output similar to this one:
-  <img src="../../assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png" /></p>
+  <img src="/assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png" /></p>
 
 <p>The main trick here relays in linking the <code>&lt;div&gt;</code> to the controller:</p>
 <div class="highlight"><pre><code class="javascript language-javascript" data-lang="javascript">  <span class="o">&lt;</span><span class="nx">div</span> <span class="kr">class</span><span class="o">=</span><span class="s2">&quot;col-md-4&quot;</span> <span class="nx">ng</span><span class="o">-</span><span class="nx">controller</span><span class="o">=</span><span class="s2">&quot;HomeCtrl as home&quot;</span><span class="o">&gt;</span>

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/pleasecontribute.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/pleasecontribute.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/pleasecontribute.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/pleasecontribute.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-interpreter.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-interpreter.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-interpreter.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-interpreter.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-notebook.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-notebook.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-notebook.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/rest-api/rest-notebook.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/rss.xml
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/rss.xml?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/rss.xml (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/rss.xml Thu Nov 19 07:58:16 2015
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin (incubating) - The Apache Software Foundation</description>
         <link>http://zeppelin.incubator.apache.org</link>
         <link>http://zeppelin.incubator.apache.org</link>
-        <lastBuildDate>2015-11-19T15:18:22+09:00</lastBuildDate>
-        <pubDate>2015-11-19T15:18:22+09:00</pubDate>
+        <lastBuildDate>2015-11-19T16:57:22+09:00</lastBuildDate>
+        <pubDate>2015-11-19T16:57:22+09:00</pubDate>
         <ttl>1800</ttl>
 
 

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/screenshots.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/screenshots.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/screenshots.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/screenshots.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/storage/storage.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/storage/storage.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/storage/storage.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/storage/storage.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>
       	
       
     

Modified: incubator/zeppelin/site/docs/0.5.0-incubating/tutorial/tutorial.html
URL: http://svn.apache.org/viewvc/incubator/zeppelin/site/docs/0.5.0-incubating/tutorial/tutorial.html?rev=1715121&r1=1715120&r2=1715121&view=diff
==============================================================================
--- incubator/zeppelin/site/docs/0.5.0-incubating/tutorial/tutorial.html (original)
+++ incubator/zeppelin/site/docs/0.5.0-incubating/tutorial/tutorial.html Thu Nov 19 07:58:16 2015
@@ -16,9 +16,9 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
-    <link href="/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/docs/0.5.0-incubating/assets/themes/zeppelin/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" /> 
     <!-- Le fav and touch icons -->
     <!-- Update these with your own images
     <link rel="shortcut icon" href="images/favicon.ico">
@@ -29,11 +29,11 @@
 
     <!-- Js -->
     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script src="/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
+    <script src="/docs/0.5.0-incubating/assets/themes/zeppelin/bootstrap/js/bootstrap.min.js"></script>
 
     <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
+    <link href="/docs/0.5.0-incubating/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
+    <link href="/docs/0.5.0-incubating/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
   </head>
 
   <body>
@@ -218,7 +218,7 @@
     
       
       	
-      	<li><a href="/docs.html">Docs</a></li>
+      	<li><a href="/docs/0.5.0-incubating/docs.html">Docs</a></li>
       	
       
     
@@ -226,7 +226,7 @@
     
       
       	
-      	<li><a href="/index.html">Overview</a></li>
+      	<li><a href="/docs/0.5.0-incubating/index.html">Overview</a></li>