Skip to content
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] Specify "Material UI" (not "MUI") where appropriate throughout the docs #37066

Merged
merged 6 commits into from Apr 28, 2023

Conversation

samuelsycamore
Copy link
Member

@samuelsycamore samuelsycamore commented Apr 27, 2023

In an effort to address the ongoing confusion about MUI vs. Material UI, I've combed through the documentation and tried to replace all instances of MUI where we're actually talking about Material UI specifically. We need to make sure that users understand that MUI the company is responsible for Material UI the product.

This is a big PR that touches a lot of files, so I tried to keep edits limited to just this one thing. Exceptions are where the original sentences were in need of grammar touch-ups. I ignored blog posts.

I think some pages here need to be rewritten completely—Support and FAQ, for example—but I'll save those for future PRs.

@samuelsycamore samuelsycamore added the docs Improvements or additions to the documentation label Apr 27, 2023
Signed-off-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
Copy link
Contributor

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this ⎯ thanks for doing it! 🤙

@samuelsycamore samuelsycamore merged commit 862af92 into mui:master Apr 28, 2023
18 checks passed
binh1298 pushed a commit to binh1298/material-ui that referenced this pull request May 17, 2023
… the docs (mui#37066)

Signed-off-by: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com>
Comment on lines 186 to 194
"scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
+ "start": "react-app-rewired start",
- "build": "react-scripts build",
+ "build": "react-app-rewired build",
- "test": "react-scripts test",
+ "test": "react-app-rewired test",
"eject": "react-scripts eject"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was correct before.

   "scripts": {
-    "start": "react-scripts start",
-    "build": "react-scripts build",
-    "test": "react-scripts test",
+    "start": "react-app-rewired start",
+    "build": "react-app-rewired build",
+    "test": "react-app-rewired test",
     "eject": "react-scripts eject"
  }

   "scripts": {
-    "start": "react-scripts start",
+    "start": "react-app-rewired start",
-    "build": "react-scripts build",
+    "build": "react-app-rewired build",
-    "test": "react-scripts test",
+    "test": "react-app-rewired test",
     "eject": "react-scripts eject"
  }

Fixed in #38747.

Why? This is to make it easier to 1. follow what changed 2. copy and paste the change. This is how git behaves by default, developer will be less disoriented.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, I don't remember touching these lines at all in this PR—not sure how they got changed.

@samuelsycamore samuelsycamore deleted the material-ui-not-mui branch April 3, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants