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)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jiri Simsa <[email protected]> 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 <[email protected]> Authored: Tue Mar 22 08:17:53 2016 -0700 Committer: Lee moon soo <[email protected]> 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>
