Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit5e4c856

Browse files
committed
Remove unnecessary redirect rules and update docs link
1 parent24d799a commit5e4c856

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)

[8]ページ先頭

©2009-2025 Movatter.jp