Skip to content

Commit

Permalink
[docs] Link new MUI X components in sidnav (#40345)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 31, 2023
1 parent 015e8eb commit 48251ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/data/material/pages.ts
Expand Up @@ -134,7 +134,9 @@ const pages: MuiPage[] = [
subheader: 'MUI X',
children: [
{ pathname: '/x/react-data-grid', title: 'Data Grid' },
{ pathname: '/x/react-date-pickers/getting-started', title: 'Date & Time Pickers' },
{ pathname: '/x/react-date-pickers', title: 'Date & Time Pickers' },
{ pathname: '/x/react-charts' },
{ pathname: '/x/react-tree-view', title: 'Tree View' },
],
},
{
Expand Down

0 comments on commit 48251ab

Please sign in to comment.