Skip to content

Docusaurus blog cleanup #14

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 5 commits into from
Jan 29, 2024
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
Remove commented out code and format sidebar items
  • Loading branch information
karan925 committed Jan 29, 2024
commit baa8847144a868336a1b85182a29c6af73e2cd69
10 changes: 5 additions & 5 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ const sidebars: SidebarsConfig = {
items: [
"get-started/signup",
"get-started/add-repo",
// "get-started/customize-coderabbit",
// "get-started/prompt-customization",
"get-started/analytics",
// "get-started/coderabbit-commands",
,
],
},
{
type: "category",
label: "Guides",
items: ["guides/customize-coderabbit", "guides/prompt-customization", "guides/coderabbit-commands"],
items: [
"guides/customize-coderabbit",
"guides/prompt-customization",
"guides/coderabbit-commands",
],
},
{
type: "category",
Expand Down