Skip to content

Commit 752a249

Browse files
committed
✨ feat: doing add showcase
1 parent 9cb9854 commit 752a249

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/docs/SHOWCASE.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: showcase
3+
title: Showcase
4+
sidebar_label: Showcase
5+
slug: /showcase
6+
---
7+

docs/docusaurus.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ const config: Config = {
9494
label: 'Example',
9595
position: 'left',
9696
},
97-
97+
{
98+
href: '/showcase',
99+
label: 'Showcase',
100+
position: 'left',
101+
},
98102
{
99103
href: 'https://github.com/baronha/react-native-multiple-image-picker',
100104
label: 'GitHub',

docs/sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const sidebars: SidebarsConfig = {
2323
},
2424
items: ['getting-started', 'usage', 'config', 'result'],
2525
},
26-
2726
'crop',
2827
'preview',
2928
'camera',

0 commit comments

Comments
 (0)