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", + }, ], };