diff --git a/docs/pages/blog/2023-toolpad-beta-announcement.md b/docs/pages/blog/2023-toolpad-beta-announcement.md index 52c07ce4de5b2e..079e5896c2692a 100644 --- a/docs/pages/blog/2023-toolpad-beta-announcement.md +++ b/docs/pages/blog/2023-toolpad-beta-announcement.md @@ -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. diff --git a/docs/pages/blog/toolpad-use-cases.md b/docs/pages/blog/toolpad-use-cases.md index 93f6c3f9c74321..a314ad56859a5a 100644 --- a/docs/pages/blog/toolpad-use-cases.md +++ b/docs/pages/blog/toolpad-use-cases.md @@ -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. diff --git a/docs/pages/careers/engineering-manager.md b/docs/pages/careers/engineering-manager.md index 497b8b37a7ee5f..cf50b707c1e304 100644 --- a/docs/pages/careers/engineering-manager.md +++ b/docs/pages/careers/engineering-manager.md @@ -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. diff --git a/docs/src/modules/components/AppLayoutDocsFooter.js b/docs/src/modules/components/AppLayoutDocsFooter.js index 0fbe5d6e73a51f..2ce58acb5c5e48 100644 --- a/docs/src/modules/components/AppLayoutDocsFooter.js +++ b/docs/src/modules/components/AppLayoutDocsFooter.js @@ -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; diff --git a/test/bundling/README.md b/test/bundling/README.md index 497cbb60db0f57..cb57ff507ddaff 100644 --- a/test/bundling/README.md +++ b/test/bundling/README.md @@ -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`