Skip to content

Commit

Permalink
Add docs for jhub-apps overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Oct 10, 2024
1 parent 467942a commit 509e308
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/docs/how-tos/jhub-app-launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,22 @@ JHub App Launcher is was integrated into Nebari in version
and is not enabled by default.
:::
## Overrides
This integration also supports overrides, as in configuring jhub-apps via `nebari-config.yml`.
The syntax for the same is given below:

```yaml
jhub_apps:
enabled: true
overrides:
# Anything that can be customized via
# c.JAppsConfig.<ATTRIBUTE>
# See https://github.com/nebari-dev/jhub-apps/blob/5ed5c9d3d1eeb08a5710001fef1e63295d7cb48d/jhub_apps/config_utils.py#L5
service_workers: 4
allow_multiple_jupyterlab: true
```

## Usage

Documentation on how to create apps is included in the
Expand Down

0 comments on commit 509e308

Please sign in to comment.