-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] Migrate content to the new location #30757
Conversation
…docs/start-migration
9e9c877
to
42e2b75
Compare
A side note, I'm not a fan of this change: -{{"demo": "pages/components/alert/TransitionAlerts.js"}}
+{{"demo": "TransitionAlerts.js"}} Previously, you could grep the demo and search it in your IDE, zero conflicts. Now, there is a higher chance that the name will conflict with another folder. |
Let me state why I did this change:
Can you explain more about what did you usually search for? Maybe we can do something about it. |
Ahrefs result: https://app.ahrefs.com/site-audit/3276941/5/overview
Current URL: https://deploy-preview-30757--material-ui.netlify.app/components/buttons/
New URL: https://deploy-preview-30757--material-ui.netlify.app/material/react-button/
Once this PR is merged, there might be some conflict on other PRs if they touch
.md
file. Those PRs have to revert the change and update the markdown in/docs/data/*.md
instead.