Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 17, 2024
1 parent aa0edd1 commit 7d20ddd
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,22 @@ const sidebar = {
],
},

{
text: 'Components',
collapsible: true,
collapsed: true,
items: [
{ text: 'Calendar', link: '/components/calendar' },
{ text: 'Command Palette', link: '/components/command-palette' },
{ text: 'Dropdown', link: '/components/dropdown' },
{ text: 'Form', link: '/components/form' },
{ text: 'Modal', link: '/components/modal' },
{ text: 'Notification', link: '/components/notification' },
{ text: 'Stepper', link: '/components/stepper' },
{ text: 'Table', link: '/components/table' },
],
},

{
text: 'Packages',
collapsible: true,
Expand Down Expand Up @@ -485,17 +501,6 @@ const sidebar = {
],
},

{
text: 'Components',
collapsible: true,
collapsed: true,
items: [
{ text: 'Calendar', link: '/components/calendar' },
{ text: 'Command Palette', link: '/components/command-palette' },
{ text: 'Dropdown', link: '/components/dropdown' },
],
},

{
text: 'Testing',
collapsible: true,
Expand Down

0 comments on commit 7d20ddd

Please sign in to comment.