We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf1efa commit 837121cCopy full SHA for 837121c
docusaurus.config.ts
@@ -159,15 +159,6 @@ const config: Config = {
159
href: "https://coderabbit.ai",
160
},
161
items: [
162
- {
163
- type: "docSidebar",
164
- docId: "docs",
165
- sidebarId: "docsSidebar",
166
- position: "left",
167
- label: "Docs",
168
- href: "https://docs.coderabbit.ai",
169
- target: "_self",
170
- },
171
{
172
href: "https://discord.gg/GsXnASn26c",
173
className: "header-discord-link",
sidebars.ts
@@ -16,6 +16,11 @@ const sidebars: SidebarsConfig = {
16
type: "autogenerated",
17
dirName: ".",
18
19
+ {
20
+ type: "link",
21
+ label: "Blog",
22
+ href: "https://blog.coderabbit.ai/",
23
+ },
24
],
25
};
26
0 commit comments