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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user