Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Jan 23, 2024
1 parent 34e996f commit 5114c0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/explanations/advanced-custom-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ jupyterhub:

Nebari supports two main configuration options for JupyterLab:

- `jupyterlab.idle_culler` - This is used to configure the idle culler for JupyterLab. See [idle culling](/docs/how-tos/nebari-idle-culler) for more information.
- `jupyterlab.idle_culler` - This is used to configure the idle culler for JupyterLab. See [idle culling](/docs/how-tos/idle-culling) for more information.

```yaml
jupyterlab:
idle_culler:
kernel_cull_idle_timeout: 30
```

- `jupyterlab.initial_repositories` - Clones specified repositories into user directories upon JupyterLab instance initialization. Accepts a list of name: url pairs, with each 'name' becoming the folder name in the user's home directory.
- `jupyterlab.initial_repositories` - Clones specified repositories into user directories upon JupyterLab instance initialization. Accepts a list of `name: url` pairs, with each `name` becoming the folder name in the user's home directory.

```yaml
jupyterlab:
Expand Down Expand Up @@ -196,7 +196,6 @@ azure:

```


</TabItem>

<TabItem value="gcp" label="GCP" default="true" >
Expand Down

0 comments on commit 5114c0c

Please sign in to comment.