mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Add missing links
This commit is contained in:
parent
b70770b4f5
commit
b351cf2375
3 changed files with 7 additions and 12 deletions
|
|
@ -56,12 +56,6 @@
|
|||
<li><a href="{{BASE_PATH}}/usage/interpreter/execution_hooks.html">Execution Hooks (Experimental)</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li class="title"><span>REST API</span></li>
|
||||
<li><a href="{{BASE_PATH}}/rest-api/rest-interpreter.html">Interpreter API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/rest-api/rest-notebook.html">Notebook API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/rest-api/rest-notebookRepo.html">Notebook Repository API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/rest-api/rest-configuration.html">Configuration API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/rest-api/rest-credential.html">Credential API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/rest-api/rest-helium.html">Helium API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/usage/rest_api/interpreter.html">Interpreter API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/usage/rest_api/zeppelin_server.html">Zeppelin Server API</a></li>
|
||||
<li><a href="{{BASE_PATH}}/usage/rest_api/notebook.html">Notebook API</a></li>
|
||||
|
|
@ -101,7 +95,7 @@
|
|||
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#notebook-storage-in-local-git-repository">Git Storage</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#notebook-storage-in-s3">S3 Storage</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#notebook-storage-in-azure">Azure Storage</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#notebook-storage-in-zeppelinhub">ZeppelinHub Storage</a></li>
|
||||
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#notebook-storage-in-mongodb">MongoDB Storage</a></li>
|
||||
<li role="separator" class="divider"></li>
|
||||
<li class="title"><span>Operation</span></li>
|
||||
|
|
|
|||
|
|
@ -97,10 +97,11 @@ limitations under the License.
|
|||
* [Data Source Authorization](./setup/security/datasource_authorization.html)
|
||||
* [Helium Authorization](./security/helium_authorization.html)
|
||||
* Notebook Storage: a guide about saving notebooks to external storage
|
||||
* [Git Storage](./setup/storage/storage.html#notebook-setup/storage-in-local-git-repository)
|
||||
* [S3 Storage](./setup/storage/storage.html#notebook-setup/storage-in-s3)
|
||||
* [Azure Storage](./setup/storage/storage.html#notebook-setup/storage-in-azure)
|
||||
* [ZeppelinHub Storage](./setup/storage/storage.html#setup/storage-in-zeppelinhub)
|
||||
* [Git Storage](./setup/storage/storage.html#notebook-storage-in-local-git-repository)
|
||||
* [S3 Storage](./setup/storage/storage.html#notebook-storage-in-s3)
|
||||
* [Azure Storage](./setup/storage/storage.html#notebook-storage-in-azure)
|
||||
* [ZeppelinHub Storage](./setup/storage/storage.html#notebook-torage-in-zeppelinhub)
|
||||
* [MongoDB Storage](./setup/storage/storage.html#notebook-storage-in-mongodb)
|
||||
* Operation
|
||||
* [Configuration](./setup/operation/configuration.html): lists for Apache Zeppelin
|
||||
* [Upgrading](./setup/operation/upgrading.html): a manual procedure of upgrading Apache Zeppelin version
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ Optionally, you can specify Azure folder structure name in the file **zeppelin-s
|
|||
```
|
||||
|
||||
</br>
|
||||
## Storage in ZeppelinHub <a name="ZeppelinHub"></a>
|
||||
## Notebook Storage in ZeppelinHub <a name="ZeppelinHub"></a>
|
||||
|
||||
ZeppelinHub storage layer allows out of the box connection of Zeppelin instance with your ZeppelinHub account. First of all, you need to either comment out the following property in **zeppelin-site.xml**:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue