move projects built on litellm into extras

This commit is contained in:
ishaan-jaff 2023-10-04 09:43:59 -07:00
parent 647483f172
commit 2c4bfc61a3

View file

@ -141,8 +141,6 @@ const sidebars = {
items: [ items: [
'extras/contributing', 'extras/contributing',
'debugging/hosted_debugging', 'debugging/hosted_debugging',
],
},
{ {
type: "category", type: "category",
label: "❤️ 🚅 Projects built on LiteLLM", label: "❤️ 🚅 Projects built on LiteLLM",
@ -167,6 +165,8 @@ const sidebars = {
"projects/LiteLLM Proxy", "projects/LiteLLM Proxy",
] ]
}, },
],
},
"troubleshoot", "troubleshoot",
"contact", "contact",
], ],