We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9585d28 commit c8dfeb0Copy full SHA for c8dfeb0
docs/pages/_app.js
@@ -166,6 +166,10 @@ function AppWrapper(props) {
166
metadata: 'MUI Core',
167
name: 'Material UI',
168
versions: [
169
+ {
170
+ text: 'v6 (next)',
171
+ href: `https://next.mui.com${languagePrefix}/material-ui/getting-started/`,
172
+ },
173
{ text: `v${materialPkgJson.version}`, current: true },
174
{
175
text: 'v4',
@@ -192,6 +196,10 @@ function AppWrapper(props) {
192
196
193
197
name: 'MUI System',
194
198
199
200
201
+ href: `https://next.mui.com${languagePrefix}/system/getting-started/`,
202
195
203
{ text: `v${systemPkgJson.version}`, current: true },
204
{ text: 'v4', href: `https://v4.mui.com${languagePrefix}/system/basics/` },
205
0 commit comments