add gpt cache to docs

This commit is contained in:
ishaan-jaff 2023-08-26 16:30:32 -07:00
parent 4e8bfeb6f1
commit 628cfa29f3
3 changed files with 34 additions and 1 deletions

View file

@ -58,7 +58,14 @@ const sidebars = {
"observability/supabase_integration",
],
},
'caching',
{
type: "category",
label: "Caching",
items: [
"caching/caching",
"caching/gpt_cache",
],
},
{
type: 'category',
label: 'Extras',