mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:11:26 +08:00
chore(angular): add README in each stories part
In order to try to keep the examples clean
This commit is contained in:
parent
22f9e4b0fa
commit
0337a6445a
@ -24,7 +24,7 @@ addParameters({
|
||||
},
|
||||
options: {
|
||||
storySort: {
|
||||
order: ['Welcome'],
|
||||
order: ['Welcome', 'Core ', 'Addons ', 'Basics '],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
@ -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
|
@ -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
|
7
examples/angular-cli/src/stories/core/README.stories.mdx
Normal file
7
examples/angular-cli/src/stories/core/README.stories.mdx
Normal 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
|
@ -18,7 +18,10 @@ exports[`Storyshots Core / Parameters / All parameters All parameters passed to
|
||||
"options": {
|
||||
"storySort": {
|
||||
"order": [
|
||||
"Welcome"
|
||||
"Welcome",
|
||||
"Core ",
|
||||
"Addons ",
|
||||
"Basics "
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user