mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(sidebar.js): add link to all endpoints in sidebar
This commit is contained in:
parent
c8dd36db9e
commit
354a0b2497
1 changed files with 5 additions and 0 deletions
|
|
@ -104,6 +104,11 @@ const sidebars = {
|
|||
items: [
|
||||
"proxy/quick_start",
|
||||
"proxy/configs",
|
||||
{
|
||||
type: 'link',
|
||||
label: 'All Endpoints',
|
||||
href: 'https://litellm-api.up.railway.app/',
|
||||
},
|
||||
"proxy/user_keys",
|
||||
"proxy/load_balancing",
|
||||
"proxy/virtual_keys",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue