From b85c30cd89de37bbaf2d6d1a3b8aacddc1e28ba3 Mon Sep 17 00:00:00 2001 From: Umar Faruq Chowdhury <38253031+umarfchy@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:14:56 +0600 Subject: [PATCH] Remove unused details section (#12311) --- docs/install/cache.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/install/cache.md b/docs/install/cache.md index 54ca40b1eb..cf7679852b 100644 --- a/docs/install/cache.md +++ b/docs/install/cache.md @@ -15,8 +15,6 @@ disable = false disableManifest = false ``` -{% /details %} - ## Minimizing re-downloads Bun strives to avoid re-downloading packages multiple times. When installing a package, if the cache already contains a version in the range specified by `package.json`, Bun will use the cached package instead of downloading it again.