Skip to content

Add documentation for RBAC #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create a new "Manage your account" ToC category.
Move the new RBAC page and the existing subscription
management page under it.
  • Loading branch information
jmacdotorg committed Jun 4, 2025
commit 2de871beb8391fc5b09f1a54087167bb6240f895
7 changes: 6 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ const sidebars: SidebarsConfig = {
},
],
},
{
type: "category",
collapsed: true,
label: "Manage your account",
items: ["getting-started/subscription-management", "guides/rbac"],
},
{
type: "category",
collapsed: true,
Expand Down Expand Up @@ -191,7 +197,6 @@ const sidebars: SidebarsConfig = {
label: "Resources",
items: [
"getting-started/support",
"getting-started/subscription-management",
"overview/why-coderabbit",
"faq",
"early-access",
Expand Down