Skip to content

Commit baa8847

Browse files
committed
Remove commented out code and format sidebar items
1 parent 968b9d7 commit baa8847

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sidebars.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ const sidebars: SidebarsConfig = {
2525
items: [
2626
"get-started/signup",
2727
"get-started/add-repo",
28-
// "get-started/customize-coderabbit",
29-
// "get-started/prompt-customization",
3028
"get-started/analytics",
31-
// "get-started/coderabbit-commands",
32-
,
3329
],
3430
},
3531
{
3632
type: "category",
3733
label: "Guides",
38-
items: ["guides/customize-coderabbit", "guides/prompt-customization", "guides/coderabbit-commands"],
34+
items: [
35+
"guides/customize-coderabbit",
36+
"guides/prompt-customization",
37+
"guides/coderabbit-commands",
38+
],
3939
},
4040
{
4141
type: "category",

0 commit comments

Comments
 (0)