From 72536a73b62d4ec1f5cb2168bd4268c6aaca52c3 Mon Sep 17 00:00:00 2001 From: Spikatrix <12792882+Spikatrix@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:36:03 +0000 Subject: [PATCH] Add link to API reference in the sidebar --- sidebars.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.ts b/sidebars.ts index cd79c2b4..a5294e6c 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -16,6 +16,11 @@ const sidebars: SidebarsConfig = { type: "autogenerated", dirName: ".", }, + { + type: "link", + label: "API Reference", + href: "https://api.coderabbit.ai/api/swagger/" + }, { type: "link", label: "Blog",