Skip to content

Commit

Permalink
fix token description, add cross references jupyterlab overrides section
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Sep 25, 2024
1 parent a495364 commit eab3757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/explanations/advanced-custom-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jupyterlab:

- `jupyterlab.preferred_dir` - Sets the default location in which JupyterLab should open the file browser in.

- `jupyterlab.gallery_settings` - Configures [`jupyterlab-gallery`](https://github.com/nebari-dev/jupyterlab-gallery) extension which enables user to clone (and later synchronise) pre-specified repositories.
- `jupyterlab.gallery_settings` - Configures [`jupyterlab-gallery`](https://github.com/nebari-dev/jupyterlab-gallery) extension which enables user to clone (and later synchronise) pre-specified repositories. See [How to set up a Git Repository via JupyterLab-Gallery](../how-tos/jupyter-gallery) for more detailed information.

```yaml
jupyterlab:
Expand Down
7 changes: 5 additions & 2 deletions docs/docs/how-tos/jupyter-gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ below.

### Sample configuration

Below is an example of the Gallery settings from the `nebari-config.yaml`.
Below is an example of the Gallery settings from the `nebari-config.yaml`. Note that \<encoding\>
and \<PAT\> should be replaced with the actual encoding an Private Access Token, respectively.

```
jupyterlab:
Expand All @@ -73,7 +74,7 @@ jupyterlab:
icon: "data:image/png;base64,<encoding>"
git: https://gitlab....net/companyxyz/examples.git
account: examples
token: "{{ GITLAB_PAT }}"
token: "<PAT>"
```

## Using JupyterLab-Gallery
Expand All @@ -100,3 +101,5 @@ and the download button allows them to fetch an updated copy of the repo (if ava

For more information on the JupyterLab-Gallery project, visit the
[JupyterLab-Gallery codebase repo](https://github.com/nebari-dev/jupyterlab-gallery).

For more information about custom JupyterLab Overrides in the Nebari config, visit the [Custom Overrides Configurations](../explanations/custom-overrides-configuration#jupyterlab) documentation.

0 comments on commit eab3757

Please sign in to comment.