Skip to content

Commit

Permalink
[docs] Fix Core docs navigation sidebar links (#3986)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Aug 23, 2024
1 parent bf54a56 commit 5d5ca92
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions docs/data/toolpad/core/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ const pages: MuiPage[] = [
pathname: '/toolpad/core/react-page-container',
title: 'Page Container',
},
],
},
{
pathname: '/toolpad/core/authentication-group',
subheader: 'Authentication',
children: [
{
pathname: '/toolpad/core/react-sign-in-page',
title: 'Sign-in Page',
Expand Down Expand Up @@ -97,24 +103,27 @@ const pages: MuiPage[] = [
children: [
{
pathname: '/toolpad/core/api/components-group',
inSideNav: false,
subheader: 'Components',
children: pagesApi,
},
{
pathname: '/toolpad/core/api/hooks-group',
subheader: 'Hooks',
children: [
...pagesApi,
{
pathname: '/toolpad/core/react-use-notifications/api/',
pathname: '/toolpad/core/react-use-notifications/api',
title: 'useNotifications',
},
{
pathname: '/toolpad/core/react-use-dialogs/api/',
pathname: '/toolpad/core/react-use-dialogs/api',
title: 'useDialogs',
},
{
pathname: '/toolpad/core/react-persistent-state/use-local-storage-state-api/',
pathname: '/toolpad/core/react-persistent-state/use-local-storage-state-api',
title: 'useLocalStorageState',
},
{
pathname: '/toolpad/core/react-persistent-state/use-session-storage-state-api/',
pathname: '/toolpad/core/react-persistent-state/use-session-storage-state-api',
title: 'useSessionStorageState',
},
],
Expand Down

0 comments on commit 5d5ca92

Please sign in to comment.