diff --git a/docs/storage/storage.md b/docs/storage/storage.md index 4d31d49d27..bcfb8371c6 100644 --- a/docs/storage/storage.md +++ b/docs/storage/storage.md @@ -19,12 +19,15 @@ limitations under the License. --> ### Notebook Storage -Zeppelin a pluggable notebook storage mechanism with multiple implementations. -There are few Notebook storage options avaialble for a use, +Zeppelin has a pluggable notebook storage mechanism controlled by `zeppelin.notebook.storage` configuration option with multiple implementations. +There are few Notebook storages avaialble for a use out of the box: - (default) all notes are saved in the notebook folder in your local File System - `VFSNotebookRepo` - there is also an option to version it using local Git repository - `GitNotebookRepo` - another option is Amazon S3 service - `S3NotebookRepo` +Multiple storages can be used at the same time by providing a comma-separated list of the calss-names in the confiruration. +By default, only first two of them will be automatically kept in sync by Zeppelin. +
#### Notebook Storage in local Git repository