Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6bdc94e

Browse files
committedJul 23, 2024·
Adding redirect
1 parent 906a7b4 commit 6bdc94e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ const config: Config = {
6868
from: "/guides/prompt-customization",
6969
to: "/guides/review-instructions",
7070
},
71+
{
72+
from: "/guides/configure-coderabbit",
73+
to: "/configure-coderabbit",
74+
},
7175
],
7276
},
7377
],

0 commit comments

Comments
 (0)
Please sign in to comment.