Browse Source

More reorganizing

Jason Grout 4 years ago
parent
commit
0ad7c7bee9
1 changed files with 8 additions and 2 deletions
  1. 8 2
      docs/source/extension/extension_dev.rst

+ 8 - 2
docs/source/extension/extension_dev.rst

@@ -382,7 +382,7 @@ CSS Imports
 - Cover duplication of CSS issues
 - Mention the package.json styleModule key
 
-JupyterLab will prefer to put the styleModule key, then the style key, if they exist.
+JupyterLab will prefer to put the ``styleModule`` key, then the style key, if they exist.
 
 
 Prebuilt Extensions
@@ -391,12 +391,18 @@ Prebuilt Extensions
 package.json metadata
 ^^^^^^^^^^^^^^^^^^^^^
 
-In addition to the package metadata for source extensions, prebuilt extensions have extra metadata for where the prebuilt assets should go.
+In addition to the package metadata for source extensions, prebuilt extensions have extra ``jupyterlab`` metadata for where the prebuilt assets should go.
+
+* ``outputDir``: :ref:`outputDir`
+* ``webpackConfig``: :ref:`webpackConfig`
+
+.. _outputDir:
 
 Output Directory
 """"""""""""""""
 
 
+.. _webpackConfig:
 
 Custom webpack config
 """""""""""""""""""""