Skip to content

Commit

Permalink
[docs] Update the versions dropdown to show v6
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Mar 19, 2024
1 parent 9585d28 commit b20d347
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ function AppWrapper(props) {
metadata: 'MUI Core',
name: 'Material UI',
versions: [
{
text: 'v6 (next)',
href: `https://next.mui.com${languagePrefix}/material-ui/getting-started/`,
},
{ text: `v${materialPkgJson.version}`, current: true },
{
text: 'v4',
Expand All @@ -192,6 +196,10 @@ function AppWrapper(props) {
metadata: 'MUI Core',
name: 'MUI System',
versions: [
{
text: 'v6 (next)',
href: `https://next.mui.com${languagePrefix}/system/getting-started/`,
},
{ text: `v${systemPkgJson.version}`, current: true },
{ text: 'v4', href: `https://v4.mui.com${languagePrefix}/system/basics/` },
{
Expand Down

0 comments on commit b20d347

Please sign in to comment.