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 968b9d7 commit baa8847Copy full SHA for baa8847
sidebars.ts
@@ -25,17 +25,17 @@ const sidebars: SidebarsConfig = {
25
items: [
26
"get-started/signup",
27
"get-started/add-repo",
28
- // "get-started/customize-coderabbit",
29
- // "get-started/prompt-customization",
30
"get-started/analytics",
31
- // "get-started/coderabbit-commands",
32
- ,
33
],
34
},
35
{
36
type: "category",
37
label: "Guides",
38
- items: ["guides/customize-coderabbit", "guides/prompt-customization", "guides/coderabbit-commands"],
+ items: [
+ "guides/customize-coderabbit",
+ "guides/prompt-customization",
+ "guides/coderabbit-commands",
+ ],
39
40
41
0 commit comments