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",
|
type: "category",
|
||||||
label: "🔑 Authentication",
|
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",
|
type: "category",
|
||||||
|
@ -81,7 +81,6 @@ const sidebars = {
|
||||||
items: [
|
items: [
|
||||||
"proxy/ui",
|
"proxy/ui",
|
||||||
"proxy/self_serve",
|
"proxy/self_serve",
|
||||||
"proxy/access_control",
|
|
||||||
"proxy/custom_sso"
|
"proxy/custom_sso"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue