-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add redirects for MUI X v6 #34296
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f546960
[docs] Add menu option for MUI X v6
m4theushw 025afa2
Remove redirect to v5 docs
m4theushw 4799180
Try redirect to stable docs
m4theushw d3a865e
Use 301 HTTP code
m4theushw 3ea162e
Redirect pickers pages to stable docs
m4theushw ae77f06
Revert "Redirect pickers pages to stable docs"
m4theushw be08722
Revert "Revert "Redirect pickers pages to stable docs""
m4theushw 927f663
Re-add pages
m4theushw d2c436a
Use 301!
m4theushw df204c7
Don't redirect pickers pages
m4theushw 902f47b
Merge branch 'add-mui-x-v6-option' of github.com:m4theushw/material-u…
m4theushw d97cfab
Add v5 option to pickers
m4theushw f6f0a7d
Merge branch 'master' into add-mui-x-v6-option
m4theushw 49fb3a9
yarn prettier
m4theushw bbd5393
Merge branch 'next' into add-mui-x-v6-option
m4theushw b1ff88c
Revert docs/src/modules/components/AppNavDrawer.js
m4theushw 91429e8
Remove trailing spaces
oliviertassinari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be 302 instead of 301? This redirect is temporary and will be removed as soon as we start working on the core v6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, makes sense. In
we could expect a 302.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #36296