File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: What is CodeRabbit?
4
4
sidebar_label : Introduction
5
5
description : Accelerate Code Reviews with AI
6
6
image : " /preview_meta.jpg"
7
- # slug: "/"
7
+ slug : " /"
8
8
---
9
9
10
10
<head >
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ const config: Config = {
49
49
from : "/blog/*" ,
50
50
to : "https://blog.coderabbit.ai/blog/" ,
51
51
} ,
52
- {
53
- from : "/" ,
54
- to : "https://docs.coderabbit.ai/" ,
55
- } ,
56
52
] ,
57
53
} ,
58
54
] ,
@@ -147,10 +143,11 @@ const config: Config = {
147
143
items : [
148
144
{
149
145
type : "docSidebar" ,
146
+ docId : "docs" ,
150
147
sidebarId : "docsSidebar" ,
151
148
position : "left" ,
152
149
label : "Docs" ,
153
- href : baseUrl ,
150
+ to : "/" ,
154
151
} ,
155
152
{
156
153
// type: "docSidebar",
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments