Skip to content

Commit c8dfeb0

Browse files
authored
[docs] Update the versions dropdown to show v6 (#41557)
1 parent 9585d28 commit c8dfeb0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/pages/_app.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ function AppWrapper(props) {
166166
metadata: 'MUI Core',
167167
name: 'Material UI',
168168
versions: [
169+
{
170+
text: 'v6 (next)',
171+
href: `https://next.mui.com${languagePrefix}/material-ui/getting-started/`,
172+
},
169173
{ text: `v${materialPkgJson.version}`, current: true },
170174
{
171175
text: 'v4',
@@ -192,6 +196,10 @@ function AppWrapper(props) {
192196
metadata: 'MUI Core',
193197
name: 'MUI System',
194198
versions: [
199+
{
200+
text: 'v6 (next)',
201+
href: `https://next.mui.com${languagePrefix}/system/getting-started/`,
202+
},
195203
{ text: `v${systemPkgJson.version}`, current: true },
196204
{ text: 'v4', href: `https://v4.mui.com${languagePrefix}/system/basics/` },
197205
{

0 commit comments

Comments
 (0)