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

fix: update docusaurus redirects for new documentation structure #163

Merged
merged 5 commits into from
Dec 6, 2024
Merged
Changes from all commits
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
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config: Config = {
redirects: [
{
from: "/get-started",
to: "/getting-started/configure-coderabbit",
to: "/getting-started/quickstart/",
},
{
from: "/guides/customize-coderabbit",
Expand Down Expand Up @@ -80,6 +80,10 @@ const config: Config = {
from: "/platforms/self-hosted-github",
to: "/platforms/github-enterprise-server",
},
{
from: "/configure-coderabbit",
to: "/getting-started/configure-coderabbit",
},
],
},
],
Expand Down
Loading