From 6c40c181dad057eb6c191a655d18319be69ceebe Mon Sep 17 00:00:00 2001 From: Sujal Tangde Date: Mon, 2 Oct 2023 17:43:36 +0530 Subject: [PATCH] docs link not appearing in navbar issue fixed --- config/sidebar.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/sidebar.ts b/config/sidebar.ts index 3bcd57a..0af8f54 100644 --- a/config/sidebar.ts +++ b/config/sidebar.ts @@ -214,5 +214,9 @@ export const docsConfig: DocsConfig = { title: "Hire", href: "/batch/hire/hire", }, + { + title: "Docs", + href: "https://frontendfreaks.vercel.app/docs", + }, ], };