Skip to content

Commit 15428ca

Browse files
authored
[docs] Rename mui/mui-toolpad to mui/toolpad (#43682)
1 parent 4a07424 commit 15428ca

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/pages/blog/2023-toolpad-beta-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can learn more about Toolpad by visiting the [home page](https://mui.com/too
107107
We plan to continue to iterate on our vision of helping you as a developer to increase the speed and efficiency of your workflow. We want to optimize for the biggest pains that you face when building admin apps.
108108
Your input is crucial to helping us shape the roadmap from here.
109109

110-
The best places to stay up-to-date about what we're currently working on are [GitHub issues](https://github.com/mui/mui-toolpad) and our [public roadmap](https://github.com/orgs/mui/projects/9/views/1).
110+
The best places to stay up-to-date about what the team is currently working on are [GitHub issues](https://github.com/mui/toolpad) and the [public roadmap](https://github.com/orgs/mui/projects/9/views/1).
111111

112112
If you have any questions or would like to share feedback, you can directly contact the team at [email protected] or reach us on [X/Twitter](https://x.com/MUI_Toolpad).
113113
You can also engage in conversation on our [Discord](https://mui.com/r/discord/) server.

docs/pages/blog/toolpad-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ Internal apps are often very specific to the needs of the organization, but hope
104104
- Do you wish you didn't have to do any maintenance on the front ends of your internal tools?
105105

106106
Toolpad handles state management, data fetching, routing, and UI creation, and it can be imported directly into your code base to save you time.
107-
I encourage you to check out more [examples](https://mui.com/toolpad/studio/examples/) and visit our [GitHub repository](https://github.com/mui/mui-toolpad/) to evaluate the product.
107+
I encourage you to check out more [examples](https://mui.com/toolpad/studio/examples/) and visit the [GitHub repository](https://github.com/mui/toolpad/) to evaluate the product.
108108
In case you need any further information, feel free to reach out to the team at [email protected].

docs/pages/careers/engineering-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Our mission is to empower as many people as possible to build great UIs, faster.
4242
The faster and simpler it is, and the broader the audience that can create custom UIs, the better.
4343
We believe that the best way to improve on these dimensions is to eliminate [80%](https://www.youtube.com/watch?v=GnO7D5UaDig&t=2451s) of the code that has to be written.
4444

45-
A few months back we started to work on [Toolpad](https://github.com/mui/mui-toolpad), an ambitious project to deliver on this objective.
45+
A few months back work started on [Toolpad](https://github.com/mui/toolpad), an ambitious project to deliver on this objective.
4646
We have found the beginning of a market fit in this low-code segment.
4747
We need help to structure & grow the engineering team.
4848

docs/src/modules/components/AppLayoutDocsFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export default function AppLayoutDocsFooter(props) {
341341
processFeedback();
342342
};
343343

344-
// See https://github.com/mui/mui-toolpad/issues/1164 for context.
344+
// See https://github.com/mui/toolpad/issues/1164 for context.
345345
const handleKeyDownForm = (event) => {
346346
const modifierKey = (event.metaKey || event.ctrlKey) && !event.shiftKey;
347347

test/bundling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The created file might need some manual adjustment since not every edge case is
1212
1. Prepare the package.json
1313
- to test a Pull Request
1414
1. checkout branch
15-
1. `pnpm`
15+
1. `pnpm install`
1616
1. `pnpm lerna run build --scope "@mui/*"`
1717
1. `cd` to fixture
1818
1. `pnpm install`

0 commit comments

Comments
 (0)