From 5e09e0157df66b2be8840bbb43edb9cede7304c0 Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:37:30 +0300 Subject: [PATCH 1/6] mention Toolpad --- docs/src/modules/components/MaterialUIExampleCollection.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/modules/components/MaterialUIExampleCollection.js b/docs/src/modules/components/MaterialUIExampleCollection.js index 492f837295ef98..6128fd426ca2df 100644 --- a/docs/src/modules/components/MaterialUIExampleCollection.js +++ b/docs/src/modules/components/MaterialUIExampleCollection.js @@ -88,6 +88,12 @@ const examples = [ link: 'https://github.com/mui/material-ui/tree/master/examples/material-ui-gatsby', src: '/static/images/examples/gatsby.svg', }, + { + name: 'Toolpad', + label: 'View Typescript', + link: 'https://github.com/mui/toolpad/tree/master/examples/core', + src: '/static/branding/product-toolpad-light.svg', + }, ]; export default function MaterialUIExampleCollection() { From fba8faa197660cecda8552930ae91e26afab8ac5 Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:24:07 +0300 Subject: [PATCH 2/6] from review --- .../getting-started/example-projects/example-projects.md | 3 +-- docs/src/modules/components/MaterialUIExampleCollection.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/data/material/getting-started/example-projects/example-projects.md b/docs/data/material/getting-started/example-projects/example-projects.md index d2d7361b5c11ed..10ddc526b6d667 100644 --- a/docs/data/material/getting-started/example-projects/example-projects.md +++ b/docs/data/material/getting-started/example-projects/example-projects.md @@ -4,8 +4,7 @@ ## Official integrations -The following integration examples are available in the [`/examples`](https://github.com/mui/material-ui/tree/master/examples) folder of the Material UI GitHub repository. -These examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building. +The following integration examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building. :::success Not sure which to pick? diff --git a/docs/src/modules/components/MaterialUIExampleCollection.js b/docs/src/modules/components/MaterialUIExampleCollection.js index 6128fd426ca2df..bc19d971f317ac 100644 --- a/docs/src/modules/components/MaterialUIExampleCollection.js +++ b/docs/src/modules/components/MaterialUIExampleCollection.js @@ -90,7 +90,7 @@ const examples = [ }, { name: 'Toolpad', - label: 'View Typescript', + label: 'View TypeScript', link: 'https://github.com/mui/toolpad/tree/master/examples/core', src: '/static/branding/product-toolpad-light.svg', }, From e425a5b8bc01218ce43680f9a31909a08e8e94bc Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:48:57 +0300 Subject: [PATCH 3/6] vale --- .../getting-started/example-projects/example-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/getting-started/example-projects/example-projects.md b/docs/data/material/getting-started/example-projects/example-projects.md index 10ddc526b6d667..143147f36f84e7 100644 --- a/docs/data/material/getting-started/example-projects/example-projects.md +++ b/docs/data/material/getting-started/example-projects/example-projects.md @@ -4,7 +4,7 @@ ## Official integrations -The following integration examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building. +The following integration examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building. :::success Not sure which to pick? From fc4cf062a5b5b9ceff35f14a91dee53f52d88e0f Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:22:44 +0300 Subject: [PATCH 4/6] revert above changes and mention Toolpad in Free templates instead --- .../getting-started/example-projects/example-projects.md | 5 ++++- docs/src/modules/components/MaterialUIExampleCollection.js | 6 ------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/data/material/getting-started/example-projects/example-projects.md b/docs/data/material/getting-started/example-projects/example-projects.md index 143147f36f84e7..76ab292b722ad2 100644 --- a/docs/data/material/getting-started/example-projects/example-projects.md +++ b/docs/data/material/getting-started/example-projects/example-projects.md @@ -4,7 +4,8 @@ ## Official integrations -The following integration examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building. +The following integration examples are available in the [`/examples`](https://github.com/mui/material-ui/tree/master/examples) folder of the Material UI GitHub repository. +These examples feature Material UI paired with other popular React libraries and frameworks, so you can skip the initial setup steps and jump straight into building. :::success Not sure which to pick? @@ -22,6 +23,8 @@ See [Start a New React Project](https://react.dev/learn/start-a-new-react-projec Once you've chosen your preferred scaffold above, you could move on to our collection of [free templates](/material-ui/getting-started/templates/) and install a readymade user interface to get started even faster. +If you want to build internal tools and dashboards fast, but don't want to start building from scratch. You can check out the Toolpad Core [template](/material-ui/getting-started/templates/#toolpad-core-beta). + ## Premium themes and templates For more complex prebuilt UIs, check out our [premium themes and templates](https://mui.com/store/?utm_source=docs&utm_medium=referral&utm_campaign=example-projects-store) in the MUI Store. diff --git a/docs/src/modules/components/MaterialUIExampleCollection.js b/docs/src/modules/components/MaterialUIExampleCollection.js index bc19d971f317ac..492f837295ef98 100644 --- a/docs/src/modules/components/MaterialUIExampleCollection.js +++ b/docs/src/modules/components/MaterialUIExampleCollection.js @@ -88,12 +88,6 @@ const examples = [ link: 'https://github.com/mui/material-ui/tree/master/examples/material-ui-gatsby', src: '/static/images/examples/gatsby.svg', }, - { - name: 'Toolpad', - label: 'View TypeScript', - link: 'https://github.com/mui/toolpad/tree/master/examples/core', - src: '/static/branding/product-toolpad-light.svg', - }, ]; export default function MaterialUIExampleCollection() { From 7b9a4c4d5c4ff8ef1d43460dd13fc360f9b0a81c Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:56:09 +0300 Subject: [PATCH 5/6] callout --- .../getting-started/example-projects/example-projects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/data/material/getting-started/example-projects/example-projects.md b/docs/data/material/getting-started/example-projects/example-projects.md index 76ab292b722ad2..4a5f714de6c845 100644 --- a/docs/data/material/getting-started/example-projects/example-projects.md +++ b/docs/data/material/getting-started/example-projects/example-projects.md @@ -23,7 +23,9 @@ See [Start a New React Project](https://react.dev/learn/start-a-new-react-projec Once you've chosen your preferred scaffold above, you could move on to our collection of [free templates](/material-ui/getting-started/templates/) and install a readymade user interface to get started even faster. -If you want to build internal tools and dashboards fast, but don't want to start building from scratch. You can check out the Toolpad Core [template](/material-ui/getting-started/templates/#toolpad-core-beta). +:::info +If you want to build internal tools and dashboards fast, but don't want to start building from scratch. You may want to check out the Toolpad Core [template](/material-ui/getting-started/templates/#toolpad-core-beta). +::: ## Premium themes and templates From d77b44c2f59385248549cf0a245e13673e6fe59e Mon Sep 17 00:00:00 2001 From: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:50:05 +0530 Subject: [PATCH 6/6] Update docs/data/material/getting-started/example-projects/example-projects.md Co-authored-by: Sycamore <71297412+samuelsycamore@users.noreply.github.com> Signed-off-by: Prakhar Gupta <92228082+prakhargupta1@users.noreply.github.com> --- .../getting-started/example-projects/example-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/getting-started/example-projects/example-projects.md b/docs/data/material/getting-started/example-projects/example-projects.md index 4a5f714de6c845..b1ff962f4258ba 100644 --- a/docs/data/material/getting-started/example-projects/example-projects.md +++ b/docs/data/material/getting-started/example-projects/example-projects.md @@ -24,7 +24,7 @@ See [Start a New React Project](https://react.dev/learn/start-a-new-react-projec Once you've chosen your preferred scaffold above, you could move on to our collection of [free templates](/material-ui/getting-started/templates/) and install a readymade user interface to get started even faster. :::info -If you want to build internal tools and dashboards fast, but don't want to start building from scratch. You may want to check out the Toolpad Core [template](/material-ui/getting-started/templates/#toolpad-core-beta). +If you want to build internal tools and dashboards quickly, but don't want to start from scratch, check out the [Toolpad Core template](/material-ui/getting-started/templates/#toolpad-core-beta). ::: ## Premium themes and templates