Skip to content

Commit

Permalink
add the new versions page to the Getting started section + organize it
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 28, 2024
1 parent b654c4d commit 8257530
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions docs/data/material/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,27 @@ const pages: MuiPage[] = [
{ pathname: '/material-ui/getting-started', title: 'Overview' },
{ pathname: '/material-ui/getting-started/installation' },
{ pathname: '/material-ui/getting-started/usage' },
{ pathname: '/material-ui/getting-started/example-projects' },
{ pathname: '/material-ui/getting-started/templates' },
{ pathname: '/material-ui/getting-started/learn' },
{ pathname: '/material-ui/getting-started/design-resources' },
{ pathname: '/material-ui/getting-started/faq', title: 'FAQs' },
{ pathname: '/material-ui/getting-started/supported-components' },
{ pathname: '/material-ui/getting-started/supported-platforms' },
{ pathname: '/material-ui/getting-started/support' },
{ pathname: '/material-ui/getting-started/versions' },
{
pathname: '/material-ui/getting-started/resources',
subheader: 'Resources',
children: [
{ pathname: '/material-ui/getting-started/learn' },
{ pathname: '/material-ui/getting-started/example-projects' },
{ pathname: '/material-ui/getting-started/templates' },
{ pathname: '/material-ui/getting-started/design-resources' },
],
},
{
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/supported-components' },
{ pathname: '/material-ui/getting-started/supported-platforms' },
],
},
],
},
{
Expand Down

0 comments on commit 8257530

Please sign in to comment.