mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Examples: Upgrade cra-ts-kitchen-sink to simplified hierarchy separator
This commit is contained in:
parent
a91c2c8fb1
commit
88eaed8e87
@ -8,6 +8,7 @@ addParameters({
|
||||
options: {
|
||||
brandTitle: 'CRA TypeScript Kitchen Sink',
|
||||
brandUrl: 'https://github.com/storybookjs/storybook/tree/master/examples/cra-ts-kitchen-sink',
|
||||
showRoots: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -4,7 +4,7 @@ import { radios } from '@storybook/addon-knobs';
|
||||
import Button, { Type } from './Button';
|
||||
|
||||
export default {
|
||||
title: 'Docgen|Button',
|
||||
title: 'Docgen/Button',
|
||||
component: Button,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user