diff --git a/docs/data/toolpad/core/pages.ts b/docs/data/toolpad/core/pages.ts index 4e8d6831433..d178c4b369e 100644 --- a/docs/data/toolpad/core/pages.ts +++ b/docs/data/toolpad/core/pages.ts @@ -84,11 +84,6 @@ const pages: MuiPage[] = [ pathname: '/toolpad/core/react-page-container', title: 'Page Container', }, - { - pathname: '/toolpad/core/react-notification-center', - title: 'Notification Center', - planned: true, - }, ], }, { @@ -103,16 +98,6 @@ const pages: MuiPage[] = [ pathname: '/toolpad/core/react-account', title: 'Account', }, - { - pathname: '/toolpad/core/react-sign-up-page', - title: 'Sign-up Page', - planned: true, - }, - { - pathname: '/toolpad/core/react-rbac', - title: 'RBAC', - planned: true, - }, ], }, { @@ -124,11 +109,6 @@ const pages: MuiPage[] = [ title: 'CRUD', planned: true, }, - { - pathname: '/toolpad/core/react-stat-card', - title: 'Stats Card', - planned: true, - }, ], }, {