Skip to content

Commit 010392e

Browse files
authored
Add link to API reference in the sidebar (#46)
1 parent 9c6cf51 commit 010392e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sidebars.ts

+5
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: "API Reference",
22+
href: "https://api.coderabbit.ai/api/swagger/"
23+
},
1924
{
2025
type: "link",
2126
label: "Blog",

0 commit comments

Comments
 (0)