doc - move rbac under auth

This commit is contained in:
Ishaan Jaff 2024-10-09 15:27:32 +05:30
parent 8a9bb51f4e
commit 0e83a68a69

View file

@ -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"
],
},