Bladeren bron

Add note in extensions_dev.md

Ian Rose 8 jaren geleden
bovenliggende
commit
773832e959
1 gewijzigde bestanden met toevoegingen van 11 en 1 verwijderingen
  1. 11 1
      docs/extensions_dev.md

+ 11 - 1
docs/extensions_dev.md

@@ -109,7 +109,17 @@ npm run addsibling <path-or-url>
 
 in the JupyterLab root directory, where `<path-or-url>` refers either to an 
 extension npm package on the local filesystem, or a URL to a git 
-repository for an extension npm package.
+repository for an extension npm package. This operation may be subsequently
+reversed by running
+
+```
+npm run addsibling <extension-name>
+```
+
+This will remove the package metadata from the source tree, but wil **not**
+remove any files added by the `addsibling` script, which should be removed
+manually.
+
 
 The package should export EMCAScript 5 compatible JavaScript.  It can 
 import CSS using the syntax `require('foo.css')`.  The CSS files