forked from phoenix/litellm-mirror
doc - move rbac under auth
This commit is contained in:
parent
8a9bb51f4e
commit
0e83a68a69
1 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,7 @@ const sidebars = {
|
|||
{
|
||||
type: "category",
|
||||
label: "🔑 Authentication",
|
||||
items: ["proxy/virtual_keys", "proxy/token_auth", "proxy/service_accounts", "proxy/ip_address"],
|
||||
items: ["proxy/virtual_keys", "proxy/token_auth", "proxy/service_accounts", "proxy/access_control","proxy/ip_address"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
@ -81,7 +81,6 @@ const sidebars = {
|
|||
items: [
|
||||
"proxy/ui",
|
||||
"proxy/self_serve",
|
||||
"proxy/access_control",
|
||||
"proxy/custom_sso"
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue