docs(caching): add custom key value pairs to caching docs

b
This commit is contained in:
Krrish Dholakia 2023-10-21 12:37:07 -07:00
parent 00a6b4067d
commit 3fac512b74
2 changed files with 19 additions and 2 deletions

View file

@ -132,11 +132,16 @@ const sidebars = {
{
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/caching",
"caching/local_caching",
"caching/redis_cache",
"caching/caching_api",
"caching/gpt_cache",
],
},
{