@vscode-elements/elements 1.9.2-pre.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,18 +26,6 @@ Start TypeScript compiler in development mode and start the [@web-dev-server](ht
26
26
  npm run start
27
27
  ```
28
28
 
29
- ### Generate the documentation site
30
-
31
- ```bash
32
- npm run docs
33
- ```
34
-
35
- ### Start the documentation site development server
36
-
37
- ```bash
38
- npm run docs:start
39
- ```
40
-
41
29
  ### Testing
42
30
 
43
31
  ```bash