Skip to content

Commit 837121c

Browse files
committed
add blog link to the sidebar
1 parent bcf1efa commit 837121c

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docusaurus.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,6 @@ const config: Config = {
159159
href: "https://coderabbit.ai",
160160
},
161161
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-
},
171162
{
172163
href: "https://discord.gg/GsXnASn26c",
173164
className: "header-discord-link",

sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ const sidebars: SidebarsConfig = {
1616
type: "autogenerated",
1717
dirName: ".",
1818
},
19+
{
20+
type: "link",
21+
label: "Blog",
22+
href: "https://blog.coderabbit.ai/",
23+
},
1924
],
2025
};
2126

0 commit comments

Comments
 (0)