Skip to content

Commit 2b92ab9

Browse files
committed
Remove unnecessary code and add redirect for docs
1 parent 308d041 commit 2b92ab9

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

changeDocsLink.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ const config: Config = {
101101
src: "https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js",
102102
async: true,
103103
},
104-
"changeDocsLink.js",
105104
],
106105

107106
themeConfig: {

static/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ https://docs.coderabbit.ai/ 301!

0 commit comments

Comments
 (0)