Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Improve Documentation Structure and Accessibility in Markdown Files #69

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 9 commits into from
Jul 20, 2024
Prev Previous commit
Next Next commit
Update redirects in docusaurus.config.ts
  • Loading branch information
hasit committed Jul 20, 2024
commit 07a19d27263f04823e64a7b520d77e6cd286c7a4
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ const config: Config = {
redirects: [
{
from: "/get-started",
to: "/guides/configure-coderabbit",
to: "/configure-coderabbit",
},
{
from: "/guides/customize-coderabbit",
to: "/guides/configure-coderabbit",
to: "/configure-coderabbit",
},
{
from: "/guides/prompt-customization",
Expand Down