From 65d373620aa86a237af814b1a09839d3bd1b79a6 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Thu, 10 Oct 2024 08:50:36 +0300 Subject: [PATCH] docs: fix sidebar --- docs/components/sidebar-content.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx index 460a8a95..84b8fd41 100644 --- a/docs/components/sidebar-content.tsx +++ b/docs/components/sidebar-content.tsx @@ -260,23 +260,6 @@ export const contents: Content[] = [ ), }, - { - title: "Secondary Storage", - href: "/docs/concepts/secondary-storage", - icon: () => ( - - - - ), - }, { title: "Users & Accounts", href: "/docs/concepts/users-accounts",