Skip to content

Commit

Permalink
[docs] Rename mui/mui-toolpad to mui/toolpad (#43682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Sep 17, 2024
1 parent 4a07424 commit 15428ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/blog/2023-toolpad-beta-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can learn more about Toolpad by visiting the [home page](https://mui.com/too
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.
Your input is crucial to helping us shape the roadmap from here.

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).
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).

If you have any questions or would like to share feedback, you can directly contact the team at toolpad@mui.com or reach us on [X/Twitter](https://x.com/MUI_Toolpad).
You can also engage in conversation on our [Discord](https://mui.com/r/discord/) server.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/toolpad-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ Internal apps are often very specific to the needs of the organization, but hope
- Do you wish you didn't have to do any maintenance on the front ends of your internal tools?

Toolpad handles state management, data fetching, routing, and UI creation, and it can be imported directly into your code base to save you time.
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.
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.
In case you need any further information, feel free to reach out to the team at toolpad@mui.com.
2 changes: 1 addition & 1 deletion docs/pages/careers/engineering-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Our mission is to empower as many people as possible to build great UIs, faster.
The faster and simpler it is, and the broader the audience that can create custom UIs, the better.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppLayoutDocsFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export default function AppLayoutDocsFooter(props) {
processFeedback();
};

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

Expand Down
2 changes: 1 addition & 1 deletion test/bundling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The created file might need some manual adjustment since not every edge case is
1. Prepare the package.json
- to test a Pull Request
1. checkout branch
1. `pnpm`
1. `pnpm install`
1. `pnpm lerna run build --scope "@mui/*"`
1. `cd` to fixture
1. `pnpm install`
Expand Down

0 comments on commit 15428ca

Please sign in to comment.