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,12 +73,12 @@ 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
the other theme-related settings for CSS and the scrollbar.
:::{note}
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
:::{note}
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
```json
{
```json
{
"@jupyterlab/apputils-extension:themes": {
"theme": "JupyterLab Dark"
},
@@ -86,10 +86,10 @@ if you _also_ wanted to change the interval at which the notebook autosaves your
"@jupyterlab/docmanager-extension:plugin": {
"autosaveInterval": 30
}
}
```
}
```
:::
:::
## Step 3: Apply the Overrides to the Hub