@alfresco/adf-core 8.4.0-17855306064 → 8.4.0-17857335540

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
@@ -9,7 +9,6 @@ Contains a variety of components, directives and services used throughout ADF
9
9
  - [Documentation](#documentation)
10
10
  - [Prerequisites](#prerequisites)
11
11
  - [Install](#install)
12
- - [Storybook](#storybook)
13
12
  - [License](#license)
14
13
 
15
14
  <!-- tocstop -->
@@ -34,21 +33,6 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng
34
33
  npm install @alfresco/adf-core
35
34
  ```
36
35
 
37
- ## Storybook
38
-
39
- In case you would like to aggregate all the stories from core library use
40
-
41
- ```
42
- nx run core:storybook
43
- ```
44
- And navigate to `http://localhost:4400/`.
45
-
46
- To create a Storybook core library build use
47
-
48
- ```
49
- nx run core:build-storybook
50
- ```
51
-
52
36
  ## License
53
37
 
54
38
  [Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)