mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add writingzeppelinapplication.md to index.md
This commit is contained in:
parent
867facb6e4
commit
7dc0b9547a
2 changed files with 3 additions and 2 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<li role="separator" class="divider"></li>
|
||||
<li class="title"><span><b>Contibute</b><span></li>
|
||||
<li><a href="{{BASE_PATH}}/development/writingzeppelininterpreter.html">Writing Zeppelin Interpreter</a></li>
|
||||
<li><a href="{{BASE_PATH}}/development/writingzeppelinapplication.html">Writing Zeppelin Application</a></li>
|
||||
<li><a href="{{BASE_PATH}}/development/writingzeppelinapplication.html">Writing Zeppelin Application (Experimental)</a></li>
|
||||
<li><a href="{{BASE_PATH}}/development/howtocontribute.html">How to contribute (code)</a></li>
|
||||
<li><a href="{{BASE_PATH}}/development/howtocontributewebsite.html">How to contribute (website)</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -169,7 +169,8 @@ Join to our [Mailing list](https://zeppelin.apache.org/community.html) and repor
|
|||
* [Notebook Authorization](./security/notebook_authorization.html)
|
||||
* [Interpreter & Data Resource Authorization](./security/interpreter_authorization.html)
|
||||
* Contribute
|
||||
* [Writing a new Interpreter](./development/writingzeppelininterpreter.html)
|
||||
* [Writing Zeppelin Interpreter](./development/writingzeppelininterpreter.html)
|
||||
* [Writing Zeppelin Application (Experimental)](./development/writingzeppelinapplication.html)
|
||||
* [How to contribute (code)](./development/howtocontribute.html)
|
||||
* [How to contribute (documentation website)](./development/howtocontributewebsite.html)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue