You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Namespacing static files and REST API urls.](#add-namespacing-to-static-endpoints-and-rest-api-urls)
38
38
- Each extension serves static files at the `/static/<extension>` url.
39
39
- New `ExtensionHandlerApp` class
40
-
1.Migrate application.
41
-
1.Add necessary documentation to notebook and jupyter_server repos.
40
+
1.[Configuration System](#configuration-system)
41
+
1.[Migrate application.](#migration-application)
42
42
43
43
## Detailed Explanation
44
44
@@ -167,7 +167,7 @@ Here are some steps we can take to reduce the friction for transitioning:
167
167
168
168
For an thorough overview of the configuration system and a side-by-side diff between the (current) notebook and (future) server config layout, take a look at [Zsailer/jupyter_config_overview](https://github.com/Zsailer/jupyter_config_overview).
169
169
170
-
**Migration application**
170
+
### Migration application
171
171
172
172
To make migration easier on users, a `migrate` application will be available to split notebook and server configurations into their appropriate locations (listed above).
0 commit comments