Skip to content

Commit

Permalink
updating links in storybook docs to match new names
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 17, 2024
1 parent c3dcbee commit 049ca2b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions packages/vue/src/docs/overviews/heroes.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as HeroSmallStories from './../../components/HeroMedium/HeroSmall.stori
import * as HeroMediumStories from './../../components/HeroMedium/HeroMedium.stories'
import * as HeroLargeStories from './../../components/HeroLarge/HeroLarge.stories'
import * as HeroMediaStories from './../../components/HeroMedia/HeroMedia.stories'
import * as HeroListingIndexStories from './../../components/HeroListingIndex/HeroListingIndex.stories'

<Meta title="Components/Heroes/Overview" />

Expand All @@ -16,14 +17,14 @@ Hero components are reserved for usage at the top of the page. There should only
{
heading: 'Small',
meta: HeroSmallStories,
path: '/story/components-heroes-herosmall--base-story',
path: '/story/components-heroes-small--base-story',
fullWidth: true,
fullCanvas: true
},
{
heading: 'Medium',
meta: HeroMediumStories,
path: '/story/components-heroes-heromedium--base-story',
path: '/story/components-heroes-medium--base-story',
fullWidth: true,
fullCanvas: true
},
Expand All @@ -32,14 +33,22 @@ Hero components are reserved for usage at the top of the page. There should only
customDescription:
'Includes a large text overlay that works best with background images that have a focal point on the right side of the image.',
meta: HeroLargeStories,
path: '/story/components-heroes-herolarge--base-story',
path: '/story/components-heroes-large--base-story',
fullWidth: true,
fullCanvas: true
},
{
heading: 'Media Only',
meta: HeroMediaStories,
path: '/docs/components-heroes-heromedia--docs',
path: '/docs/components-heroes-media-only--docs',
fullWidth: true,
fullCanvas: true,
canvasClass: 'sbdocs-inline-height'
},
{
heading: 'For Listing Pages',
meta: HeroListingIndexStories,
path: '/docs/components-heroes-for-listing-pages--docs',
fullWidth: true,
fullCanvas: true,
canvasClass: 'sbdocs-inline-height'
Expand Down

0 comments on commit 049ca2b

Please sign in to comment.