From 64a0c175d5a494c0024e11656dbfb6af1b700f08 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 3 Jan 2024 16:21:23 +0530 Subject: [PATCH] (docs) simplify caching docs --- docs/my-website/sidebars.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index b65015906..64ac992ab 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -167,20 +167,7 @@ const sidebars = { `observability/telemetry`, ], }, - { - type: "category", - label: "Caching", - link: { - type: 'generated-index', - title: 'Providers', - description: 'Learn how to deploy + call models from different providers on LiteLLM', - slug: '/caching', - }, - items: [ - "caching/local_caching", - "caching/redis_cache", - ], - }, + "caching/redis_cache", { type: "category", label: "LangChain, LlamaIndex Integration",