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 2019/03/12 00:27:15 UTC

svn commit: r1855268 - in /zeppelin/site: index.html technologies_deployments.md

Author: moon
Date: Tue Mar 12 00:27:14 2019
New Revision: 1855268

URL: http://svn.apache.org/viewvc?rev=1855268&view=rev
Log:
https://github.com/apache/zeppelin/pull/3329

Modified:
    zeppelin/site/index.html
    zeppelin/site/technologies_deployments.md

Modified: zeppelin/site/index.html
URL: http://svn.apache.org/viewvc/zeppelin/site/index.html?rev=1855268&r1=1855267&r2=1855268&view=diff
==============================================================================
--- zeppelin/site/index.html (original)
+++ zeppelin/site/index.html Tue Mar 12 00:27:14 2019
@@ -73,7 +73,7 @@
     </div>
     <nav class="navbar-collapse collapse" role="navigation">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/docs/0.8.1/quickstart/install.html">Quick Start</a></li>
+        <li><a href="/docs/0.8.0/quickstart/install.html">Quick Start</a></li>
         <!-- Download -->
         <li class="docs">
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Download<b class="caret"></b></a>
@@ -87,7 +87,6 @@
           <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
           <ul class="dropdown-menu">
             <li class="title"><span><b>Release</b><span></li>
-            <li><a href="/docs/0.8.1">0.8.1</a></li>
             <li><a href="/docs/0.8.0">0.8.0</a></li>
             <li><a href="/docs/0.7.3">0.7.3</a></li>
             <li><a href="/docs/0.7.2">0.7.2</a></li>
@@ -142,7 +141,7 @@
     </div>
     <div class="border row">
       <div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn" style="margin-top:8px;">
-        <a href="/docs/0.8.1/quickstart/install.html" class="btn btn-primary btn-lg" role="button"
+        <a href="/docs/0.8.0/quickstart/install.html" class="btn btn-primary btn-lg" role="button"
            style="margin:5px 25px 5px 25px;font-size:15px;">
           GET STARTED
         </a>
@@ -193,7 +192,7 @@ limitations under the License.
             <div style="min-height:140px;">
               Zeppelin lets you connect any JDBC data sources seamlessly. Postgresql, Mysql, MariaDB, Redshift, Apache Hive and so on.
             </div>
-            <a href="/docs/0.7.2/interpreter/jdbc.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
+            <a href="/docs/latest/interpreter/jdbc.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
           </label>
         </div>
       </div>
@@ -206,7 +205,7 @@ limitations under the License.
             <div style="min-height:140px; padding: 10px;">
               Python is supported with Matplotlib, Conda, Pandas SQL and PySpark integrations.
             </div>
-            <a href="/docs/0.7.2/interpreter/python.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
+            <a href="/docs/latest/interpreter/python.html" class="panel-button">USE NOW <span class="glyphicon glyphicon-chevron-right"></span></a>
           </label>
         </div>
       </div>
@@ -230,7 +229,7 @@ limitations under the License.
           </label>
           <label class="content-text">
             Local Spark, 6 Built-in visualizations, Display system, Dynamic form, Multiple backends are supported.<br/>
-            <a href="/docs/0.7.2/install/install.html" class="user-button">LEARN MORE</a>
+            <a href="/docs/latest/quickstart/install.html" class="user-button">LEARN MORE</a>
           </label>
         </div>
       </div>
@@ -244,7 +243,7 @@ limitations under the License.
           </label>
           <label class="content-text">
             Zeppelin supports Multi-user Support w/ LDAP. Let's configure Zeppelin for your yarn cluster.<br/>
-            <a href="/docs/0.7.2/security/shiroauthentication.html" class="user-button">LEARN MORE</a>
+            <a href="/docs/latest/setup/security/shiro_authentication.html" class="user-button">LEARN MORE</a>
           </label>                 
         </div>
       </div>
@@ -277,21 +276,21 @@ limitations under the License.
         <h4>Python, improved</h4>
         <div>
           <p>
-            IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/latest/interpreter/python.html#ipython-support">here</a>.
+            IPython interpreter provides comparable user experience like Jupyter Notebook. For the details, click <a href="./docs/0.8.0/interpreter/python.html#ipython-support">here</a>.
           </p>
         </div>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Note improvements</h4>
         <p>
-          This release includes <a href="./docs/latest/usage/dynamic_form/intro.html#using-form-templates-scope-note">Note level dynamic form</a>, note revision comparator and ability to run paragraph sequentially, instead of simultaneous paragraph execution in previous releases.
+          This release includes <a href="./docs/0.8.0/usage/dynamic_form/intro.html#using-form-templates-scope-note">Note level dynamic form</a>, note revision comparator and ability to run paragraph sequentially, instead of simultaneous paragraph execution in previous releases.
         </p>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Inline configuration</h4>
         <div class="personal">
         <p>
-          Generic <a href="./docs/latest/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
+          Generic <a href="./docs/0.8.0/usage/interpreter/overview.html#generic-confinterpreter">ConfInterpreter</a> provide a way configure interpreter inside each note.
         </p>
         </div>
       </div>
@@ -307,20 +306,20 @@ limitations under the License.
         <h4>Interpreter lifecycle</h4>
         <div>
         <p>
-          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/latest/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
+          Interpreter lifecycle manager automatically terminate interpreter process on idle timeout. So resources are released when they're not in use. See <a href="./docs/0.8.0/usage/interpreter/overview.html#interpreter-lifecycle-management">here</a> for more details.
         </p>
         </div>
       </div>
       <div class="border col-md-4 col-sm-4">
         <h4>Helium online registry</h4>
         <p>
-          This release includes online registry for Helium that can add custom visualization and more. <a href="./docs/latest/development/helium/overview.html">learn more</a> about it.
+          This release includes online registry for Helium that can add custom visualization and more. <a href="./docs/0.8.0/development/helium/overview.html">learn more</a> about it.
         </p>
       </div>
     </div>
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p style="text-align:center; margin-top: 32px; font-size: 14px; color: gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more details in 
-        <a href="./releases/zeppelin-release-0.8.1.html">0.8.1 Release Note</a>
+        <a href="./releases/zeppelin-release-0.8.0.html">0.8 Release Note</a>
       </p>
     </div>
   </div>
@@ -381,12 +380,12 @@ limitations under the License.
 
 <h2>Multiple Language Backend</h2>
 
-<p><a href="./docs/latest/manual/interpreters.html">Apache Zeppelin interpreter</a> concept allows any language/data-processing-backend to be plugged into Zeppelin.
+<p><a href="./docs/latest/usage/interpreter/overview.html">Apache Zeppelin interpreter</a> concept allows any language/data-processing-backend to be plugged into Zeppelin.
 Currently Apache Zeppelin supports many interpreters such as Apache Spark, Python, JDBC, Markdown and Shell.</p>
 
 <p><img class="img-responsive" width="500px" style="margin:0 auto; padding: 26px;" src="./assets/themes/zeppelin/img/available_interpreters.png" /></p>
 
-<p>Adding new language-backend is really simple. Learn <a href="./docs/latest/development/writingzeppelininterpreter.html#make-your-own-interpreter">how to create a new interpreter</a>.</p>
+<p>Adding new language-backend is really simple. Learn <a href="./docs/latest/development/writing_zeppelin_interpreter.html#make-your-own-interpreter">how to create a new interpreter</a>.</p>
 
 <h4>Apache Spark integration</h4>
 
@@ -429,7 +428,7 @@ Currently Apache Zeppelin supports many
   </div>
 </div>
 
-<p>Learn more about <a href="./docs/latest/displaysystem/basicdisplaysystem.html">basic display systems</a> and Angular API(<a href="./docs/latest/displaysystem/front-end-angular.html">frontend</a> , <a href="./docs/latest/displaysystem/back-end-angular.html">backend</a>) in Apache Zeppelin.</p>
+<p>Learn more about <a href="./docs/latest/usage/display_system/basic.html">basic display systems</a> and Angular API(<a href="./docs/latest/usage/display_system/angular_frontend.html">frontend</a> , <a href="./docs/latest/usage/display_system/angular_backend.html">backend</a>) in Apache Zeppelin.</p>
 
 <p><br /></p>
 
@@ -465,7 +464,7 @@ If you want to learn more about this fea
 
 <p><img class="img-responsive" style="margin:0 auto; padding: 15px;" src="./assets/themes/zeppelin/img/asf_logo.png" width="250px"/></p>
 
-<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a href="http://git.apache.org/zeppelin.git">source repository</a> and <a href="./docs/latest/development/howtocontribute.html">how to contribute</a>.
+<p>Apache Zeppelin is Apache2 Licensed software. Please check out the <a href="http://git.apache.org/zeppelin.git">source repository</a> and <a href="./docs/latest/development/contribution/how_to_contribute_code.html">how to contribute</a>.
 Apache Zeppelin has a very active development community.
 Join to our <a href="https://zeppelin.apache.org/community.html">Mailing list</a> and report issues on <a href="https://issues.apache.org/jira/browse/ZEPPELIN">Jira Issue tracker</a>.
 </div>

Modified: zeppelin/site/technologies_deployments.md
URL: http://svn.apache.org/viewvc/zeppelin/site/technologies_deployments.md?rev=1855268&r1=1855267&r2=1855268&view=diff
==============================================================================
--- zeppelin/site/technologies_deployments.md (original)
+++ zeppelin/site/technologies_deployments.md Tue Mar 12 00:27:14 2019
@@ -57,7 +57,7 @@ limitations under the License.
     <div class="col-md-12 col-sm-12 col-xs-12 text-center">
       <p class="bottom-text">
         See more details in Zeppelin supports 20+ different interpreters.
-        <a href="/docs/latest/usage/interpreter/overview.html">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
+        <a href="/supported_interpreters.html">LEARN MORE <span class="glyphicon glyphicon-chevron-right" style="font-size:15px;"></span></a>
       </p>
     </div>    
     <hr />