Skip to content

Commit 8be024d

Browse files
committed
Update introduction.md and docusaurus.config.ts, delete index.tsx
1 parent 3980ae2 commit 8be024d

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

docs/introduction/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: What is CodeRabbit?
44
sidebar_label: Introduction
55
description: Accelerate Code Reviews with AI
66
image: "/preview_meta.jpg"
7-
# slug: "/"
7+
slug: "/"
88
---
99

1010
<head>

docusaurus.config.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ const config: Config = {
4949
from: "/blog/*",
5050
to: "https://blog.coderabbit.ai/blog/",
5151
},
52-
{
53-
from: "/",
54-
to: "https://docs.coderabbit.ai/",
55-
},
5652
],
5753
},
5854
],
@@ -147,10 +143,11 @@ const config: Config = {
147143
items: [
148144
{
149145
type: "docSidebar",
146+
docId: "docs",
150147
sidebarId: "docsSidebar",
151148
position: "left",
152149
label: "Docs",
153-
href: baseUrl,
150+
to: "/",
154151
},
155152
{
156153
// type: "docSidebar",

src/pages/index.tsx

-7
This file was deleted.

0 commit comments

Comments
 (0)