Skip to content

Commit eab3757

Browse files
author
Kim Pevey
committed
fix token description, add cross references jupyterlab overrides section
1 parent a495364 commit eab3757

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/docs/explanations/advanced-custom-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jupyterlab:
155155

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

158-
- `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.
158+
- `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.
159159

160160
```yaml
161161
jupyterlab:

docs/docs/how-tos/jupyter-gallery.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ below.
5252

5353
### Sample configuration
5454

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

5758
```
5859
jupyterlab:
@@ -73,7 +74,7 @@ jupyterlab:
7374
icon: "data:image/png;base64,<encoding>"
7475
git: https://gitlab....net/companyxyz/examples.git
7576
account: examples
76-
token: "{{ GITLAB_PAT }}"
77+
token: "<PAT>"
7778
```
7879

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

101102
For more information on the JupyterLab-Gallery project, visit the
102103
[JupyterLab-Gallery codebase repo](https://github.com/nebari-dev/jupyterlab-gallery).
104+
105+
For more information about custom JupyterLab Overrides in the Nebari config, visit the [Custom Overrides Configurations](../explanations/custom-overrides-configuration#jupyterlab) documentation.

0 commit comments

Comments
 (0)