Repository: incubator-zeppelin Updated Branches: refs/heads/master b19546e9d -> e4f6f9cd3
Delete useless file : docs.md ### What is this PR for? Since we changed documentation viewing method after 0.5.0 release, we don't need `docs.md` file anymore. ### What type of PR is it? Improvement ### Todos * [x] - delete docs.md file ### Is there a relevant Jira issue? No. ### How should this be tested? You may find docs.html in [Zeppelin-0.5.0 documentation section](http://zeppelin.incubator.apache.org/docs/0.5.0-incubating/docs.html), but after this version, there is no usage this file. ### 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: Ryu Ah young <[email protected]> Closes #595 from AhyoungRyu/Delete-docs.md and squashes the following commits: 59a4cab [Ryu Ah young] Delete useless file : docs.md Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/e4f6f9cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/e4f6f9cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/e4f6f9cd Branch: refs/heads/master Commit: e4f6f9cd3743a97bdc703a24e0e3688e18a13fbc Parents: b19546e Author: Ryu Ah young <[email protected]> Authored: Sun Jan 3 01:22:02 2016 -0800 Committer: Lee moon soo <[email protected]> Committed: Mon Jan 4 20:10:25 2016 -0800 ---------------------------------------------------------------------- docs/docs.md | 73 ------------------------------------------------------- 1 file changed, 73 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e4f6f9cd/docs/docs.md ---------------------------------------------------------------------- diff --git a/docs/docs.md b/docs/docs.md deleted file mode 100644 index b70ee58..0000000 --- a/docs/docs.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -layout: page -title: "Docs" -description: "" -group: nav-right ---- -<!-- -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. ---> -{% include JB/setup %} - -### Install - -* [Install](./install/install.html) -* [YARN Install](./install/yarn_install.html) -* [Virtual Machine Install](./install/virtual_machine.html) - -### Tutorial - -* [Tutorial](./tutorial/tutorial.html) - -### Interpreter - -**[Interpreters in zeppelin](manual/interpreters.html)** - -* [cassandra](./interpreter/cassandra.html) -* [flink](./interpreter/flink.html) -* [geode](./interpreter/geode.html) -* [hive](./interpreter/hive.html) -* [ignite](./interpreter/ignite.html) -* [lens](./interpreter/lens.html) -* [md](./interpreter/markdown.html) -* [postgresql, hawq](./interpreter/postgresql.html) -* [scalding](./interpreter/scalding.html) -* [sh](./pleasecontribute.html) -* [spark](./interpreter/spark.html) -* [tajo](./pleasecontribute.html) -* [elasticsearch](./interpreter/elasticsearch.html) - -### Storage -* [S3 Storage](./storage/storage.html) - -### Display System - -* [text](./displaysystem/display.html) -* [html](./displaysystem/display.html#html) -* [table](./displaysystem/table.html) -* [angular](./displaysystem/angular.html) (Beta) - -### Manual - -* [Dynamic Form](./manual/dynamicform.html) -* [Notebook as Homepage](./manual/notebookashomepage.html) - -### REST API - * [Interpreter API](./rest-api/rest-interpreter.html) - * [Notebook API](./rest-api/rest-notebook.html) - -### Development - -* [Writing Zeppelin Interpreter](./development/writingzeppelininterpreter.html) -* [How to contribute (code)](./development/howtocontribute.html) -* [How to contribute (website)](./development/howtocontributewebsite.html)
