Skip to content

Commit

Permalink
[docs] Fix "Language" page removal leftovers (#37408)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored May 31, 2023
1 parent 3aa2507 commit c9c5e02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/src/layouts/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default function AppFooter() {
<Link href={ROUTES.blog}>Blog</Link>
<Link href={ROUTES.showcase}>Showcase</Link>
<Link href={ROUTES.roadmap}>Roadmap</Link>
<Link href={ROUTES.languages}>Languages</Link>
</Box>
<Box sx={{ display: 'flex', flexDirection: 'column' }}>
<Typography fontWeight="bold" variant="body2">
Expand Down
1 change: 0 additions & 1 deletion docs/src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const ROUTES = {
blog: '/blog/',
showcase: '/material-ui/discover-more/showcase/',
roadmap: 'https://github.com/mui/mui-x/projects/1',
languages: '/material-ui/discover-more/languages/',
vision: '/material-ui/discover-more/vision/',
support: '/material-ui/getting-started/support/#professional-support-premium',
privacyPolicy: 'https://mui.com/legal/privacy/',
Expand Down
1 change: 0 additions & 1 deletion docs/translations/translations-zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@
"/material-ui/discover-more/backers": "Sponsors & Backers",
"/material-ui/discover-more/vision": "Vision",
"/material-ui/discover-more/changelog": "Changelog",
"/material-ui/discover-more/languages": "Languages",
"/material-ui/migration": "Migration",
"/material-ui/migration/migration-grid-v2": "Migrating to Grid v2",
"Upgrade to v5": "Upgrade to v5",
Expand Down

0 comments on commit c9c5e02

Please sign in to comment.