fix(docs): Add requirement on yarn for documentation for local development (#13461)

This commit is contained in:
Pedro Silva 2025-05-09 11:45:11 +01:00 committed by GitHub
parent 62363016bd
commit 601d3e6010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ title: "Local Development"
- [Docker](https://www.docker.com/) - [Docker](https://www.docker.com/)
- [Node 22.x](https://nodejs.org/en/about/previous-releases) - [Node 22.x](https://nodejs.org/en/about/previous-releases)
- [Docker Compose >=2.20](https://docs.docker.com/compose/) - [Docker Compose >=2.20](https://docs.docker.com/compose/)
- [Yarn >=v1.22](https://yarnpkg.com/en/docs/cli/) for documentation building
- Docker engine with at least 8GB of memory to run tests. - Docker engine with at least 8GB of memory to run tests.
On macOS, these can be installed using [Homebrew](https://brew.sh/). On macOS, these can be installed using [Homebrew](https://brew.sh/).