diff --git a/src/current/_config_base.yml b/src/current/_config_base.yml index e0f68c68ea2..35df248f38f 100644 --- a/src/current/_config_base.yml +++ b/src/current/_config_base.yml @@ -77,3 +77,9 @@ sass: sass_dir: css style: compressed site_title: CockroachDB Docs +jekyll-include-cache: + cache_dir: '.jekyll-cache' + include: + - '**/*.html' + - '**/*.md' + - '**/*.json'