Skip to content

Commit 70d276b

Browse files
committed
docs(Sidebar): fix filenames fixes #1048
1 parent 4ae1d81 commit 70d276b

24 files changed

+18
-18
lines changed

docs/app/Examples/modules/Sidebar/Overlay/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Overlay'
1010
description='Sidebar attached to the left of the pushable container overlayed on the pusher.'
11-
examplePath='modules/Sidebar/Overlay/SidebarLeftOverlay'
11+
examplePath='modules/Sidebar/Overlay/SidebarExampleLeftOverlay'
1212
/>
1313
<ComponentExample
1414
title='Right Overlay'
1515
description='Sidebar attached to the right of the pushable container overlayed on the pusher.'
16-
examplePath='modules/Sidebar/Overlay/SidebarRightOverlay'
16+
examplePath='modules/Sidebar/Overlay/SidebarExampleRightOverlay'
1717
/>
1818
<ComponentExample
1919
title='Top Overlay'
2020
description='Sidebar attached to the top of the pushable container overlayed on the pusher.'
21-
examplePath='modules/Sidebar/Overlay/SidebarTopOverlay'
21+
examplePath='modules/Sidebar/Overlay/SidebarExampleTopOverlay'
2222
/>
2323
<ComponentExample
2424
title='Bottom Overlay'
2525
description='Sidebar attached to the bottom of the pushable container overlayed on the pusher.'
26-
examplePath='modules/Sidebar/Overlay/SidebarBottomOverlay'
26+
examplePath='modules/Sidebar/Overlay/SidebarExampleBottomOverlay'
2727
/>
2828
</ExampleSection>
2929
)

docs/app/Examples/modules/Sidebar/Push/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Push'
1010
description='Sidebar attached to the left of the pushable container pushing the pusher.'
11-
examplePath='modules/Sidebar/Push/SidebarLeftPush'
11+
examplePath='modules/Sidebar/Push/SidebarExampleLeftPush'
1212
/>
1313
<ComponentExample
1414
title='Right Push'
1515
description='Sidebar attached to the right of the pushable container pushing the pusher.'
16-
examplePath='modules/Sidebar/Push/SidebarRightPush'
16+
examplePath='modules/Sidebar/Push/SidebarExampleRightPush'
1717
/>
1818
<ComponentExample
1919
title='Top Push'
2020
description='Sidebar attached to the top of the pushable container pushing the pusher.'
21-
examplePath='modules/Sidebar/Push/SidebarTopPush'
21+
examplePath='modules/Sidebar/Push/SidebarExampleTopPush'
2222
/>
2323
<ComponentExample
2424
title='Bottom Push'
2525
description='Sidebar attached to the bottom of the pushable container pushing the pusher.'
26-
examplePath='modules/Sidebar/Push/SidebarBottomPush'
26+
examplePath='modules/Sidebar/Push/SidebarExampleBottomPush'
2727
/>
2828
</ExampleSection>
2929
)

docs/app/Examples/modules/Sidebar/ScaleDown/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Scale Down'
1010
description='Sidebar attached to the left of the pushable container scaling down the pusher.'
11-
examplePath='modules/Sidebar/ScaleDown/SidebarLeftScaleDown'
11+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleLeftScaleDown'
1212
/>
1313
<ComponentExample
1414
title='Right Scale Down'
1515
description='Sidebar attached to the right of the pushable container scaling down the pusher.'
16-
examplePath='modules/Sidebar/ScaleDown/SidebarRightScaleDown'
16+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleRightScaleDown'
1717
/>
1818
<ComponentExample
1919
title='Top Scale Down'
2020
description='Sidebar attached to the top of the pushable container scaling down the pusher.'
21-
examplePath='modules/Sidebar/ScaleDown/SidebarTopScaleDown'
21+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleTopScaleDown'
2222
/>
2323
<ComponentExample
2424
title='Bottom Scale Down'
2525
description='Sidebar attached to the bottom of the pushable container scaling down the pusher.'
26-
examplePath='modules/Sidebar/ScaleDown/SidebarBottomScaleDown'
26+
examplePath='modules/Sidebar/ScaleDown/SidebarExampleBottomScaleDown'
2727
/>
2828
</ExampleSection>
2929
)

docs/app/Examples/modules/Sidebar/SlideAlong/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Slide Along'
1010
description='Sidebar attached to the left of the pushable container sliding along the pusher.'
11-
examplePath='modules/Sidebar/SlideAlong/SidebarLeftSlideAlong'
11+
examplePath='modules/Sidebar/SlideAlong/SidebarExampleLeftSlideAlong'
1212
/>
1313
<ComponentExample
1414
title='Right Slide Along'
1515
description='Sidebar attached to the right of the pushable container sliding along the pusher.'
16-
examplePath='modules/Sidebar/SlideAlong/SidebarRightSlideAlong'
16+
examplePath='modules/Sidebar/SlideAlong/SidebarExampleRightSlideAlong'
1717
/>
1818
</ExampleSection>
1919
)

docs/app/Examples/modules/Sidebar/SlideOut/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Slide Out'
1010
description='Sidebar attached to the left of the pushable container sliding out from the pusher.'
11-
examplePath='modules/Sidebar/SlideOut/SidebarLeftSlideOut'
11+
examplePath='modules/Sidebar/SlideOut/SidebarExampleLeftSlideOut'
1212
/>
1313
<ComponentExample
1414
title='Right Slide Out'
1515
description='Sidebar attached to the right of the pushable container sliding out from the pusher.'
16-
examplePath='modules/Sidebar/SlideOut/SidebarRightSlideOut'
16+
examplePath='modules/Sidebar/SlideOut/SidebarExampleRightSlideOut'
1717
/>
1818
</ExampleSection>
1919
)

docs/app/Examples/modules/Sidebar/Uncover/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const SidebarVariationsExamples = () => (
88
<ComponentExample
99
title='Left Uncover'
1010
description='Sidebar attached to the left of the pushable container uncovering by the pusher.'
11-
examplePath='modules/Sidebar/Uncover/SidebarLeftUncover'
11+
examplePath='modules/Sidebar/Uncover/SidebarExampleLeftUncover'
1212
/>
1313
<ComponentExample
1414
title='Right Uncover'
1515
description='Sidebar attached to the right of the pushable container uncovered by the pusher.'
16-
examplePath='modules/Sidebar/Uncover/SidebarRightUncover'
16+
examplePath='modules/Sidebar/Uncover/SidebarExampleRightUncover'
1717
/>
1818
</ExampleSection>
1919
)

0 commit comments

Comments
 (0)