Apply suggestions from code review

This commit is contained in:
Erik Sundell
2023-08-09 09:28:37 +02:00
committed by GitHub
parent 259d2ff11d
commit 2b1b6787b8

View File

@@ -73,23 +73,23 @@ setting snippet to add to the `overrides.json` file later.
We only want to change the **Selected Theme**, so we don't need to include We only want to change the **Selected Theme**, so we don't need to include
the other theme-related settings for CSS and the scrollbar. the other theme-related settings for CSS and the scrollbar.
:::{note} :::{note}
To apply overrides for more than one setting, separate each setting by commas. For example, To apply overrides for more than one setting, separate each setting by commas. For example,
if you _also_ wanted to change the interval at which the notebook autosaves your content, you can use if you _also_ wanted to change the interval at which the notebook autosaves your content, you can use
```json ```json
{ {
"@jupyterlab/apputils-extension:themes": { "@jupyterlab/apputils-extension:themes": {
"theme": "JupyterLab Dark" "theme": "JupyterLab Dark"
}, },
"@jupyterlab/docmanager-extension:plugin": { "@jupyterlab/docmanager-extension:plugin": {
"autosaveInterval": 30 "autosaveInterval": 30
} }
} }
``` ```
::: :::
## Step 3: Apply the Overrides to the Hub ## Step 3: Apply the Overrides to the Hub