Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Update Documentation and Enhance Footer in CodeRabbit Project #162

Merged
merged 11 commits into from
Dec 5, 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
fix: update blog link in docusaurus configuration
  • Loading branch information
aravindputrevu committed Dec 5, 2024
commit 5c082dc15d0f45b5e034093c91d5211896d22cbf
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const config: Config = {
className: "navbar-link-active",
},
{
href: "https://blog.coderabbit.ai/blog",
href: "https://coderabbit.ai/blog",
label: "Blog",
position: "left",
},
Expand Down