Skip to content

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎docusaurus.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ const config: Config = {
4444
to: "https://docs.coderabbit.ai/docs/get-started/signup",
4545
from: "/docs/get-started",
4646
},
47-
{
48-
from: "/blog/*",
49-
to: "https://blog.coderabbit.ai/blog/",
50-
},
5147
],
5248
},
5349
],
@@ -146,7 +142,7 @@ const config: Config = {
146142
sidebarId: "docsSidebar",
147143
position: "left",
148144
label: "Docs",
149-
href: "/docs",
145+
href: "/",
150146
},
151147
{
152148
// type: "docSidebar",

‎static/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redirect blog.coderabbit.ai/docs to docs.coderabbit.ai
22

3-
/docs https://docs.coderabbit.ai/ 301!
3+
/blog.coderabbit.ai/ https://docs.coderabbit.ai/ 301!
44

55
# Exclude docs.coderabbit.ai/ (except /) from redirection
66

0 commit comments

Comments
 (0)
Please sign in to comment.