diff --git a/docs/_data/config_options/build.yml b/docs/_data/config_options/build.yml index 8d9babc5..be71f5c8 100644 --- a/docs/_data/config_options/build.yml +++ b/docs/_data/config_options/build.yml @@ -84,10 +84,11 @@ - name: Incremental build description: >- - 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. + 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. option: "incremental: BOOL" flag: -I, --incremental diff --git a/docs/_docs/structure.md b/docs/_docs/structure.md index b3f9bf30..bdec1fdb 100644 --- a/docs/_docs/structure.md +++ b/docs/_docs/structure.md @@ -188,9 +188,11 @@ An overview of what each of these does:

This helps Jekyll keep track of which files have not been modified since the site was last built, and which files will need to be - regenerated on the next build. This file will not be included in the - generated site. It’s probably a good idea to add this to your - .gitignore file. + regenerated on the next build. Only created when using + + incremental regeneration (e.g.: with jekyll serve -I). + This file will not be included in the generated site. It’s probably + a good idea to add this to your .gitignore file.