We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3980ae2 commit 8be024dCopy full SHA for 8be024d
docs/introduction/introduction.md
@@ -4,7 +4,7 @@ title: What is CodeRabbit?
4
sidebar_label: Introduction
5
description: Accelerate Code Reviews with AI
6
image: "/preview_meta.jpg"
7
-# slug: "/"
+slug: "/"
8
---
9
10
<head>
docusaurus.config.ts
@@ -49,10 +49,6 @@ const config: Config = {
49
from: "/blog/*",
50
to: "https://blog.coderabbit.ai/blog/",
51
},
52
- {
53
- from: "/",
54
- to: "https://docs.coderabbit.ai/",
55
- },
56
],
57
58
@@ -147,10 +143,11 @@ const config: Config = {
147
143
items: [
148
144
{
149
145
type: "docSidebar",
146
+ docId: "docs",
150
sidebarId: "docsSidebar",
151
position: "left",
152
label: "Docs",
153
- href: baseUrl,
+ to: "/",
154
155
156
// type: "docSidebar",
src/pages/index.tsx
0 commit comments