File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ const config: Config = {
44
44
to : "https://docs.coderabbit.ai/docs/get-started/signup" ,
45
45
from : "/docs/get-started" ,
46
46
} ,
47
- {
48
- from : "/blog/*" ,
49
- to : "https://blog.coderabbit.ai/blog/" ,
50
- } ,
51
47
] ,
52
48
} ,
53
49
] ,
@@ -146,7 +142,7 @@ const config: Config = {
146
142
sidebarId : "docsSidebar" ,
147
143
position : "left" ,
148
144
label : "Docs" ,
149
- href : "/docs " ,
145
+ href : "/" ,
150
146
} ,
151
147
{
152
148
// type: "docSidebar",
Original file line number Diff line number Diff line change 1
1
# Redirect blog.coderabbit.ai/docs to docs.coderabbit.ai
2
2
3
- /docs https://docs.coderabbit.ai/ 301 !
3
+ /blog.coderabbit.ai/ https://docs.coderabbit.ai/ 301 !
4
4
5
5
# Exclude docs.coderabbit.ai/ (except /) from redirection
6
6
You can’t perform that action at this time.
0 commit comments