Skip to content

Commit

Permalink
[material-ui][docs] Remove deleted page from the sidenav (#41594)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored and oliviertassinari committed Apr 1, 2024
1 parent 2da509f commit 807032d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@ const pages: MuiPage[] = [
pathname: '/material-ui/guides',
title: 'How-to guides',
children: [
{
pathname: '/material-ui/guides/material-3-components',
title: 'Material Design 3 components',
newFeature: true,
},
{ pathname: '/material-ui/guides/minimizing-bundle-size' },
{ pathname: '/material-ui/guides/server-rendering' },
{ pathname: '/material-ui/guides/responsive-ui', title: 'Responsive UI' },
Expand Down
1 change: 0 additions & 1 deletion docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@
"/material-ui/customization/z-index": "z-index",
"/material-ui/customization/transitions": "Transitions",
"/material-ui/guides": "How-to guides",
"/material-ui/guides/material-3-components": "Material Design 3 components",
"/material-ui/guides/minimizing-bundle-size": "Minimizing bundle size",
"/material-ui/guides/server-rendering": "Server rendering",
"/material-ui/guides/responsive-ui": "Responsive UI",
Expand Down

0 comments on commit 807032d

Please sign in to comment.