From c807e959b182a78ee32f102a1e194bdbb9d21e7b Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:12:58 +0100 Subject: [PATCH] Update DocSidebar.tsx --- web/components/DocSidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/DocSidebar.tsx b/web/components/DocSidebar.tsx index f492385..6a29f24 100644 --- a/web/components/DocSidebar.tsx +++ b/web/components/DocSidebar.tsx @@ -20,7 +20,7 @@ const sidebarItems: MenuItem[] = [ { title: "Introduction", href: "/docs/introduction" }, { title: "Installation", href: "/docs/installation" }, { - title: "Hardware: GPUs and Coral", + title: "GPUs and Coral", submenu: [ { title: "HW iGPU acceleration to an LXC", href: "/docs/hardware/igpu-acceleration-lxc" }, { title: "Coral TPU to an LXC", href: "/docs/hardware/coral-tpu-lxc" }, @@ -28,7 +28,7 @@ const sidebarItems: MenuItem[] = [ ], }, { - title: "Hard Drives, Disk Images, and Storage", + title: "Storage", submenu: [ { title: "Disk Passthrough to a VM", href: "/docs/storage/disk-passthrough-vm" }, { title: "Import Disk Image to a VM", href: "/docs/storage/import-disk-image-vm" },