This commit is contained in:
dmitry-bychkov 2025-07-06 13:08:48 +02:00 committed by GitHub
commit 5477ed3795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,6 +165,13 @@ After making changes to the documentation, format the markdown files with:
npx prettier --prose-wrap always --write "**/*.md" npx prettier --prose-wrap always --write "**/*.md"
``` ```
Note that the command above requires Node.js and npm to be installed on your system. As an
alternative, you can run this command using Docker:
```console
$ docker run --rm -v .:/src/ -w /src/ node:alpine npx prettier --prose-wrap always --write "**/*.md"
```
## Releases ## Releases
Releases can only be performed by Astral team members. Releases can only be performed by Astral team members.