Skip to content

Commit 2de871b

Browse files
committed
Create a new "Manage your account" ToC category.
Move the new RBAC page and the existing subscription management page under it.
1 parent 1d24041 commit 2de871b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sidebars.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ const sidebars: SidebarsConfig = {
6868
},
6969
],
7070
},
71+
{
72+
type: "category",
73+
collapsed: true,
74+
label: "Manage your account",
75+
items: ["getting-started/subscription-management", "guides/rbac"],
76+
},
7177
{
7278
type: "category",
7379
collapsed: true,
@@ -191,7 +197,6 @@ const sidebars: SidebarsConfig = {
191197
label: "Resources",
192198
items: [
193199
"getting-started/support",
194-
"getting-started/subscription-management",
195200
"overview/why-coderabbit",
196201
"faq",
197202
"early-access",

0 commit comments

Comments
 (0)