Examples: Upgrade cra-ts-kitchen-sink to simplified hierarchy separator

This commit is contained in:
Michael Shilman 2019-11-13 18:10:22 +08:00
parent a91c2c8fb1
commit 88eaed8e87
2 changed files with 2 additions and 1 deletions

View File

@ -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,
},
});

View File

@ -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,
};