mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user