Skip to content

Update Documentation and Enhance Footer in CodeRabbit Project #162

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 11 commits into from
Dec 5, 2024
Merged
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