diff --git a/docs/setup/storage/storage.md b/docs/setup/storage/storage.md index f73c9d1710..8df5d55a8f 100644 --- a/docs/setup/storage/storage.md +++ b/docs/setup/storage/storage.md @@ -393,4 +393,13 @@ To enable GitHub tracking, uncomment the following properties in `zeppelin-site. ``` +And set the `zeppelin.notebook.storage` propery to `org.apache.zeppelin.notebook.repo.GitHubNotebookRepo` + +```sh + + zeppelin.notebook.storage + org.apache.zeppelin.notebook.repo.GitHubNotebookRepo + +``` + The access token could be obtained by following the steps on this link https://github.com/settings/tokens. \ No newline at end of file