Skip to content

Commit

Permalink
[ZEPPELIN-382] Add Documentation for Cassandra interpreter in the doc…
Browse files Browse the repository at this point in the history
… pages
  • Loading branch information
doanduyhai committed Jan 27, 2016
1 parent 4a23139 commit e3dd18b
Show file tree
Hide file tree
Showing 2 changed files with 861 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
layout: page
title: "Docs"
description: ""
group: nav-right
---
{% include JB/setup %}

### Install

* [Install](./install/install.html)
* [YARN Install](./install/yarn_install.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](../docs/pleasecontribute.html)
* [ignite](../docs/pleasecontribute.html)
* [lens](./interpreter/lens.html)
* [md](../docs/pleasecontribute.html)
* [postgresql, hawq](./interpreter/postgresql.html)
* [sh](../docs/pleasecontribute.html)
* [spark](./interpreter/spark.html)
* [tajo](../docs/pleasecontribute.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)

0 comments on commit e3dd18b

Please sign in to comment.