Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d24041 commit 2de871bCopy full SHA for 2de871b
sidebars.ts
@@ -68,6 +68,12 @@ const sidebars: SidebarsConfig = {
68
},
69
],
70
71
+ {
72
+ type: "category",
73
+ collapsed: true,
74
+ label: "Manage your account",
75
+ items: ["getting-started/subscription-management", "guides/rbac"],
76
+ },
77
{
78
type: "category",
79
collapsed: true,
@@ -191,7 +197,6 @@ const sidebars: SidebarsConfig = {
191
197
label: "Resources",
192
198
items: [
193
199
"getting-started/support",
194
- "getting-started/subscription-management",
195
200
"overview/why-coderabbit",
196
201
"faq",
202
"early-access",
0 commit comments