forked from phoenix/litellm-mirror
docs(sidebar.js): add oidc to left nav
This commit is contained in:
parent
5382242f4b
commit
a8c88dad64
1 changed files with 8 additions and 1 deletions
|
@ -184,7 +184,14 @@ const sidebars = {
|
|||
"scheduler",
|
||||
"set_keys",
|
||||
"budget_manager",
|
||||
"secret",
|
||||
{
|
||||
type: "category",
|
||||
label: "Secret Manager",
|
||||
items: [
|
||||
"secret",
|
||||
"oidc"
|
||||
]
|
||||
},
|
||||
"completion/token_usage",
|
||||
"load_test",
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue