Skip to content

Commit

Permalink
run docs:i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 29, 2024
1 parent dcab384 commit 1376b8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const pages: MuiPage[] = [
pathname: '/material-ui/getting-started/support-links',
subheader: 'Support',
children: [
{ pathname: '/material-ui/getting-started/support', title: 'Getting support' },
{ pathname: '/material-ui/getting-started/faq', title: 'FAQs' },
{ pathname: '/material-ui/getting-started/support', title: 'Getting support' },
{ pathname: '/material-ui/getting-started/supported-components' },
{ pathname: '/material-ui/getting-started/supported-platforms' },
],
Expand Down
7 changes: 5 additions & 2 deletions docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,17 @@
"/material-ui/getting-started": "Overview",
"/material-ui/getting-started/installation": "Installation",
"/material-ui/getting-started/usage": "Usage",
"/material-ui/getting-started/versions": "Versions",
"Resources": "Resources",
"/material-ui/getting-started/learn": "Learn",
"/material-ui/getting-started/example-projects": "Example projects",
"/material-ui/getting-started/templates": "Templates",
"/material-ui/getting-started/learn": "Learn",
"/material-ui/getting-started/design-resources": "Design resources",
"Support": "Support",
"/material-ui/getting-started/support": "Getting support",
"/material-ui/getting-started/faq": "FAQs",
"/material-ui/getting-started/supported-components": "Supported components",
"/material-ui/getting-started/supported-platforms": "Supported platforms",
"/material-ui/getting-started/support": "Support",
"/material-ui/react-": "Components",
"/material-ui/all-components": "All components",
"/material-ui/react-autocomplete": "Autocomplete",
Expand Down

0 comments on commit 1376b8d

Please sign in to comment.