Skip to content

Commit 39b8bf9

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 99200af commit 39b8bf9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: Config = {
4141
{
4242
redirects: [
4343
{
44-
from: "/get-started/",
44+
from: "/get-started",
4545
to: "/getting-started/quickstart/",
4646
},
4747
{
@@ -81,13 +81,8 @@ const config: Config = {
8181
to: "/platforms/github-enterprise-server",
8282
},
8383
{
84-
to: '/getting-started/configure-coderabbit',
85-
from: [
86-
'/configure-coderabbit',
87-
'/configure-coderabbit/',
88-
'/guides/configure-coderabbit',
89-
'/guides/configure-coderabbit/',
90-
],
84+
from: "/configure-coderabbit",
85+
to: "/getting-started/configure-coderabbit",
9186
},
9287
],
9388
},
@@ -233,3 +228,4 @@ const config: Config = {
233228
}
234229

235230
export default config
231+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy