Skip to content

Commit 99200af

Browse files
committed
fix: update docusaurus redirects for new documentation structure
- Add redirect from /get-started to /getting-started/quickstart - Fix /configure-coderabbit to redirect to /getting-started/configure-coderabbit - Update redirects for integration and platform paths - Ensure all legacy paths correctly map to new documentation structure Resolves 404 issues with old documentation links
1 parent e35ab81 commit 99200af

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docusaurus.config.ts

+11-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ const config: Config = {
4141
{
4242
redirects: [
4343
{
44-
from: "/get-started",
45-
to: "/getting-started/configure-coderabbit",
44+
from: "/get-started/",
45+
to: "/getting-started/quickstart/",
4646
},
4747
{
4848
from: "/guides/customize-coderabbit",
@@ -80,6 +80,15 @@ const config: Config = {
8080
from: "/platforms/self-hosted-github",
8181
to: "/platforms/github-enterprise-server",
8282
},
83+
{
84+
to: '/getting-started/configure-coderabbit',
85+
from: [
86+
'/configure-coderabbit',
87+
'/configure-coderabbit/',
88+
'/guides/configure-coderabbit',
89+
'/guides/configure-coderabbit/',
90+
],
91+
},
8392
],
8493
},
8594
],

0 commit comments

Comments
 (0)