Instruct to build also theme overrides before submitting a PR

This commit is contained in:
Sigurd Spieckermann 2023-08-29 20:26:49 +02:00
parent b2991120bb
commit 63fdbb15e6

View File

@ -310,7 +310,7 @@ npm run build # (1)!
1. While this command will build all theme files, it will skip the overrides
used in Material for MkDocs' own documentation which are not distributed
with the theme. If you forked the theme and want to build the overrides
as well, use:
as well, e.g. before submitting a PR with changes, use:
```
npm run build:all