Skip to content

Commit 968c53a

Browse files
committed
chore: Update redirect paths in docusaurus.config.ts
1 parent 92f8014 commit 968c53a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docusaurus.config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ const config: Config = {
7272
from: "/guides/configure-coderabbit",
7373
to: "/configure-coderabbit",
7474
},
75+
{
76+
from: "/integrations/saas-gitlab",
77+
to: "/platforms/saas-gitlab",
78+
},
79+
{
80+
from: "/integrations/self-hosted-gitlab",
81+
to: "/platforms/self-hosted-gitlab",
82+
},
83+
{
84+
from: "/integrations/self-hosted-github",
85+
to: "/platforms/self-hosted-github",
86+
},
7587
],
7688
},
7789
],

0 commit comments

Comments
 (0)