Skip to content

Commit 11781dc

Browse files
Add notes about what the config types mean
1 parent e757845 commit 11781dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/configuration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ dependencies:
4949
You can provide [custom configuration files](https://jupyterlite.readthedocs.io/en/latest/howto/configure/config_files.html)
5050
to your JupyterLite deployment for build-time configuration and settings overrides.
5151
52+
The build-time configuration can be used to change the default settings for JupyterLite, such
53+
as changing which assets are included, the locations of the assets, which plugins are enabled,
54+
and more.
55+
56+
The runtime configuration can be used to change the settings of the JupyterLite deployment
57+
after it has been built, such as changing the theme, the default kernel, the default language,
58+
and more.
59+
5260
<!-- TODO: Run-time configuration via `jupyter-lite.json` not added yet here
5361
because I can't yet find a direct jupyter lite CLI mapping for that option -->
5462

0 commit comments

Comments
 (0)