chore(angular): add README in each stories part

In order to try to keep the examples clean
This commit is contained in:
ThibaudAv 2021-02-09 18:59:45 +01:00
parent 22f9e4b0fa
commit 0337a6445a
6 changed files with 33 additions and 2 deletions

View File

@ -24,7 +24,7 @@ addParameters({
},
options: {
storySort: {
order: ['Welcome'],
order: ['Welcome', 'Core ', 'Addons ', 'Basics '],
},
},
});

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Addons / Readme" />
# Examples for Storybook addons
These examples can be used to check the correct operation of addons requiring a particular configuration for angular

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Basics / Readme" />
# Examples for Angular features
These examples serve to highlight the right Storybook operation for basics Angular features

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Core / Readme" />
# Examples for Storybook native features
These examples highlight Storybook's native functionality. It does not require any special addon

View File

@ -18,7 +18,10 @@ exports[`Storyshots Core / Parameters / All parameters All parameters passed to
"options": {
"storySort": {
"order": [
"Welcome"
"Welcome",
"Core ",
"Addons ",
"Basics "
]
}
},

View File

@ -0,0 +1,7 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Legacy / Readme" />
# Legacy examples
Example of sotry still supported by storybook but no longer recommended or deprecated