mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Storybook sorting (#23857)
* Resort Icon.story.tsx into Docs Overview category * Make CallToActionCard.story.tsx internal * Move ThemeColors to Docs Overview category * Move Tag.story.tsx to Forms category * Move TagList.story.tsx to Forms category Co-authored-by: Clarity-89 <homes89@ukr.net>
This commit is contained in:
parent
8f2be870f2
commit
800228c100
@ -10,7 +10,7 @@ import { useTheme, selectThemeVariant } from '../../themes';
|
||||
import mdx from './Icon.mdx';
|
||||
|
||||
export default {
|
||||
title: 'General/Icon',
|
||||
title: 'Docs Overview//Icon',
|
||||
component: Icon,
|
||||
decorators: [withCenteredStory],
|
||||
parameters: {
|
||||
|
@ -5,7 +5,7 @@ import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
|
||||
import mdx from './Tag.mdx';
|
||||
|
||||
export default {
|
||||
title: 'General/Tags/Tag',
|
||||
title: 'Forms/Tags/Tag',
|
||||
component: Tag,
|
||||
decorators: [withCenteredStory],
|
||||
parameters: {
|
||||
|
@ -5,7 +5,7 @@ import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
|
||||
import mdx from './TagList.mdx';
|
||||
|
||||
export default {
|
||||
title: 'General/Tags/TagList',
|
||||
title: 'Forms/Tags/TagList',
|
||||
component: TagList,
|
||||
decorators: [withCenteredStory],
|
||||
parameters: {
|
||||
|
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { ThemeColors } from './ThemeColors';
|
||||
|
||||
export default {
|
||||
title: 'General/ThemeColors',
|
||||
title: 'Docs Overview/ThemeColors',
|
||||
component: ThemeColors,
|
||||
decorators: [],
|
||||
parameters: {
|
||||
|
Loading…
Reference in New Issue
Block a user