mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
fix mapping
This commit is contained in:
parent
ef8c846f49
commit
20220e8c87
@ -10,35 +10,35 @@ const config: StorybookConfig = {
|
||||
stories: [
|
||||
{
|
||||
directory: '../core/template/stories',
|
||||
titlePrefix: '@core',
|
||||
titlePrefix: 'core',
|
||||
},
|
||||
{
|
||||
directory: '../core/src/manager',
|
||||
titlePrefix: '@manager',
|
||||
titlePrefix: 'manager',
|
||||
},
|
||||
{
|
||||
directory: '../core/src/preview-api',
|
||||
titlePrefix: '@preview',
|
||||
titlePrefix: 'preview',
|
||||
},
|
||||
{
|
||||
directory: '../core/src/components',
|
||||
titlePrefix: '@components',
|
||||
titlePrefix: 'components',
|
||||
},
|
||||
{
|
||||
directory: '../lib/blocks/src',
|
||||
titlePrefix: '@blocks',
|
||||
titlePrefix: 'blocks',
|
||||
},
|
||||
{
|
||||
directory: '../addons/controls/src',
|
||||
titlePrefix: '@addons/controls',
|
||||
titlePrefix: 'addons/controls',
|
||||
},
|
||||
{
|
||||
directory: '../addons/onboarding/src',
|
||||
titlePrefix: '@addons/onboarding',
|
||||
titlePrefix: 'addons/onboarding',
|
||||
},
|
||||
{
|
||||
directory: '../addons/interactions/src',
|
||||
titlePrefix: '@addons/interactions',
|
||||
titlePrefix: 'addons/interactions',
|
||||
},
|
||||
],
|
||||
addons: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user