From b6512b8c165bce9c2b7a0a168bcf2e125e2d88a4 Mon Sep 17 00:00:00 2001 From: ebembi-crdb <169454390+ebembi-crdb@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:26:31 +0530 Subject: [PATCH] Update _config_base.yml Have changed config to cache every md,html and json file --- src/current/_config_base.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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'