Skip to content

Commit 509e308

Browse files
committed
Add docs for jhub-apps overrides
1 parent 467942a commit 509e308

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/docs/how-tos/jhub-app-launcher.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@ JHub App Launcher is was integrated into Nebari in version
4040
and is not enabled by default.
4141
:::
4242
43+
## Overrides
44+
45+
This integration also supports overrides, as in configuring jhub-apps via `nebari-config.yml`.
46+
The syntax for the same is given below:
47+
48+
```yaml
49+
jhub_apps:
50+
enabled: true
51+
overrides:
52+
# Anything that can be customized via
53+
# c.JAppsConfig.<ATTRIBUTE>
54+
# See https://github.com/nebari-dev/jhub-apps/blob/5ed5c9d3d1eeb08a5710001fef1e63295d7cb48d/jhub_apps/config_utils.py#L5
55+
service_workers: 4
56+
allow_multiple_jupyterlab: true
57+
```
58+
4359
## Usage
4460

4561
Documentation on how to create apps is included in the

0 commit comments

Comments
 (0)