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 2016/03/23 15:16:48 UTC

incubator-zeppelin git commit: [ZEPPELIN-757] Ordering dropdown menu items alphabetically.

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master d19575715 -> af99a76f8


[ZEPPELIN-757] Ordering dropdown menu items alphabetically.

### What is this PR for?
Fixing documentation.

### What type of PR is it?
Documentation

### Todos
N/A

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-757

### How should this be tested?
Follow the steps in https://github.com/apache/incubator-zeppelin/blob/master/docs/README.md to build the documentation.

### Screenshots (if appropriate)
![screen shot 2016-03-22 at 8 28 00 am](https://cloud.githubusercontent.com/assets/1072079/13957001/1b316802-f008-11e5-9f9d-9f27d6dbfa12.png)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jiri Simsa <ji...@gmail.com>

Closes #790 from jsimsa/fix and squashes the following commits:

04ceac7 [Jiri Simsa] Ordering dropdown menu items alphabetically.


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/af99a76f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/af99a76f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/af99a76f

Branch: refs/heads/master
Commit: af99a76f8b3b5c93e49beb0629b612b1176118d8
Parents: d195757
Author: Jiri Simsa <ji...@gmail.com>
Authored: Tue Mar 22 08:17:53 2016 -0700
Committer: Lee moon soo <mo...@apache.org>
Committed: Wed Mar 23 07:16:54 2016 -0700

----------------------------------------------------------------------
 docs/_includes/themes/zeppelin/_navigation.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/af99a76f/docs/_includes/themes/zeppelin/_navigation.html
----------------------------------------------------------------------
diff --git a/docs/_includes/themes/zeppelin/_navigation.html b/docs/_includes/themes/zeppelin/_navigation.html
index fb09a9e..c60ba74 100644
--- a/docs/_includes/themes/zeppelin/_navigation.html
+++ b/docs/_includes/themes/zeppelin/_navigation.html
@@ -41,6 +41,7 @@
               <ul class="dropdown-menu">
                 <li><a href="{{BASE_PATH}}/manual/interpreters.html">Overview</a></li>
                 <li role="separator" class="divider"></li>
+                <li><a href="{{BASE_PATH}}/interpreter/alluxio.html">Alluxio</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/cassandra.html">Cassandra</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/elasticsearch.html">Elasticsearch</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/flink.html">Flink</a></li>
@@ -56,7 +57,6 @@
                 <li><a href="{{BASE_PATH}}/interpreter/scalding.html">Scalding</a></li>
                 <li><a href="{{BASE_PATH}}/pleasecontribute.html">Shell</a></li>
                 <li><a href="{{BASE_PATH}}/interpreter/spark.html">Spark</a></li>
-                <li><a href="{{BASE_PATH}}/interpreter/alluxio.html">Alluxio</a></li>
                 <li><a href="{{BASE_PATH}}/pleasecontribute.html">Tajo</a></li>
                 <li role="separator" class="divider"></li>
                 <li><a href="{{BASE_PATH}}/manual/dynamicinterpreterload.html">Dynamic Interpreter Loading</a></li>