From 2b1b6787b8a4b139c1984f315f1e797abad8cb27 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 9 Aug 2023 09:28:37 +0200 Subject: [PATCH] Apply suggestions from code review --- docs/howto/user-env/override-lab-settings.md | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/howto/user-env/override-lab-settings.md b/docs/howto/user-env/override-lab-settings.md index 4f924a5..7bb6dfe 100644 --- a/docs/howto/user-env/override-lab-settings.md +++ b/docs/howto/user-env/override-lab-settings.md @@ -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 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 -{ - "@jupyterlab/apputils-extension:themes": { - "theme": "JupyterLab Dark" - }, + ```json + { + "@jupyterlab/apputils-extension:themes": { + "theme": "JupyterLab Dark" + }, - "@jupyterlab/docmanager-extension:plugin": { - "autosaveInterval": 30 - } -} -``` + "@jupyterlab/docmanager-extension:plugin": { + "autosaveInterval": 30 + } + } + ``` -::: + ::: ## Step 3: Apply the Overrides to the Hub