From 4162a1502bd27cb7e85c4afa5801613ebe0ba9a3 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:42:14 +0700 Subject: [PATCH 1/3] [docs] Update installation guide of the icons package --- docs/data/material/components/icons/icons.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/data/material/components/icons/icons.md b/docs/data/material/components/icons/icons.md index 2e415cc3ec7bea..48f73564f4756f 100644 --- a/docs/data/material/components/icons/icons.md +++ b/docs/data/material/components/icons/icons.md @@ -36,15 +36,7 @@ yarn add @mui/icons-material These components use the MUI `SvgIcon` component to render the SVG path for each icon, and so have a peer-dependency on `@mui/material`. -If you aren't already using MUI in your project, you can add it with: - -```sh -// with npm -npm install @mui/material - -// with yarn -yarn add @mui/material -``` +If you aren't already using MUI in your project, you can add it following the [installation guide](https://mui.com/getting-started/installation/). ### Usage From 6f224d94d2eb2330bcecca74f4cba629d7b3cbd8 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Sat, 12 Feb 2022 08:13:00 +0700 Subject: [PATCH 2/3] Update docs/data/material/components/icons/icons.md Co-authored-by: Olivier Tassinari --- docs/data/material/components/icons/icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/components/icons/icons.md b/docs/data/material/components/icons/icons.md index 48f73564f4756f..ecca8b1755ac33 100644 --- a/docs/data/material/components/icons/icons.md +++ b/docs/data/material/components/icons/icons.md @@ -36,7 +36,7 @@ yarn add @mui/icons-material These components use the MUI `SvgIcon` component to render the SVG path for each icon, and so have a peer-dependency on `@mui/material`. -If you aren't already using MUI in your project, you can add it following the [installation guide](https://mui.com/getting-started/installation/). +If you aren't already using MUI in your project, you can add it following the [installation guide](/getting-started/installation/). ### Usage From f35b409ed0c55b10b695af556eb240bbe765f4ff Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Sun, 13 Feb 2022 20:07:35 +0700 Subject: [PATCH 3/3] Update docs/data/material/components/icons/icons.md Co-authored-by: Olivier Tassinari --- docs/data/material/components/icons/icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/components/icons/icons.md b/docs/data/material/components/icons/icons.md index ecca8b1755ac33..310a418b04f658 100644 --- a/docs/data/material/components/icons/icons.md +++ b/docs/data/material/components/icons/icons.md @@ -36,7 +36,7 @@ yarn add @mui/icons-material These components use the MUI `SvgIcon` component to render the SVG path for each icon, and so have a peer-dependency on `@mui/material`. -If you aren't already using MUI in your project, you can add it following the [installation guide](/getting-started/installation/). +If you aren't already using Material UI in your project, you can add it following the [installation guide](/getting-started/installation/). ### Usage