From 0a5904b6398cc2462cf5e4f984f88c4eef3ebb64 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 25 May 2024 18:55:49 +0200 Subject: [PATCH] [docs] Fix Vale errors --- CHANGELOG.md | 2 +- changelogOld/CHANGELOG.v6.md | 4 ++-- docs/README.md | 4 ++++ docs/data/introduction/installation/installation.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ebf48b9b341..3ff52827a9c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -339,7 +339,7 @@ Same changes as in `@mui/x-date-pickers@7.3.1`. ### Core - [core] Fix `l10n` GH workflow (#12895) @LukasTy -- [core] Match Base UI and Toolpad @oliviertassinari +- [core] Match Base UI and Toolpad @oliviertassinari - [core] Remove redundant `setupFiles` entries in `package.json` (#12899) @LukasTy - [core] Use `describeTreeView` for focus tests (#12698) @flaviendelangle - [core] Use `describeTreeView` for type-ahead tests (#12811) @flaviendelangle diff --git a/changelogOld/CHANGELOG.v6.md b/changelogOld/CHANGELOG.v6.md index 5ed04912b0197..603ff9f699534 100644 --- a/changelogOld/CHANGELOG.v6.md +++ b/changelogOld/CHANGELOG.v6.md @@ -20,7 +20,7 @@ Same changes as in `@mui/x-date-pickers@6.19.12`. ### Docs -- [docs] Use MUI X v6 in Codesandbox and Stackblitz demos (#12838) @cherniavskii +- [docs] Use MUI X v6 in Codesandbox and Stackblitz demos (#12838) @cherniavskii ## 6.19.11 @@ -314,7 +314,7 @@ Same changes as in `@mui/x-date-pickers@6.19.4`. ### Docs - [docs] Add a note about `AdapterDateFnsV3` on the Getting Started page (#11987) @flaviendelangle -- [docs] Avoid the use of MUI Core @oliviertassinari +- [docs] Avoid the use of MUI Core @oliviertassinari - [docs] Fix API links (#11930) @alexfauquette - [docs] Fix `ChartsTooltip` typo (#11967) @thisisharsh7 - [docs] Refactor `Localization` documentation sections (#11997) @LukasTy diff --git a/docs/README.md b/docs/README.md index ff8a508a012f4..39624d913e8c4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,8 +10,12 @@ pnpm i && pnpm docs:dev If you do not have pnpm installed, follow the instructions on the [pnpm website](https://pnpm.io/installation). + + _DO NOT USE NPM, use pnpm to install the dependencies._ + + ## How can I add a new demo to the documentation? [You can follow this guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md) diff --git a/docs/data/introduction/installation/installation.md b/docs/data/introduction/installation/installation.md index 2b47b9ea98020..96c4400e2d50a 100644 --- a/docs/data/introduction/installation/installation.md +++ b/docs/data/introduction/installation/installation.md @@ -11,6 +11,6 @@ MUI X components have a peer dependency on `@mui/material`: the installation [i ## Components -Note that you only need to install the packages corresponding to the components you're using—for example Data Grid users don't need to install the Date and Time Pickers. +Note that you only need to install the packages corresponding to the components you're using—for example Data Grid users don't need to install the Date and Time Pickers. {{"component": "modules/components/InstallationGrid.js"}}