Skip to content

Commit

Permalink
[docs] Mark the Hidden component as deprecated in the sidenav (#44068)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycallin authored Oct 22, 2024
1 parent 941c481 commit bcb158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const pages: MuiPage[] = [
{ pathname: '/material-ui/react-grid2', title: 'Grid v2' },
{ pathname: '/material-ui/react-stack' },
{ pathname: '/material-ui/react-image-list', title: 'Image List' },
{ pathname: '/material-ui/react-hidden' },
{ pathname: '/material-ui/react-hidden', deprecated: true },
],
},
{
Expand Down

0 comments on commit bcb158e

Please sign in to comment.