From 63fdbb15e6f70afbe57ece4eca8397550154c7c9 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Tue, 29 Aug 2023 20:26:49 +0200 Subject: [PATCH] Instruct to build also theme overrides before submitting a PR --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index d24879c42..c4884fcad 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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