diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index ffbef8a4..2bb65e82 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -268,6 +268,21 @@ class="flag">flags (specified on the command-line) that control them.

-q, --quiet

+ + +

Incremental build

+

+ Enable the experimental incremental build feature. Incremental build only + re-builds posts and pages that have changed, resulting in significant performance + improvements for large sites, but may also break site generation in certain + cases. +

+ + +

incremental: BOOL

+

-I, --incremental

+ + @@ -534,6 +549,7 @@ markdown: kramdown highlighter: rouge lsi: false excerpt_separator: "\n\n" +incremental: false # Serving detach: false