Update DocSidebar.tsx

This commit is contained in:
MacRimi
2025-02-17 17:12:58 +01:00
committed by GitHub
parent 3b47497e03
commit c807e959b1

View File

@@ -20,7 +20,7 @@ const sidebarItems: MenuItem[] = [
{ title: "Introduction", href: "/docs/introduction" }, { title: "Introduction", href: "/docs/introduction" },
{ title: "Installation", href: "/docs/installation" }, { title: "Installation", href: "/docs/installation" },
{ {
title: "Hardware: GPUs and Coral", title: "GPUs and Coral",
submenu: [ submenu: [
{ title: "HW iGPU acceleration to an LXC", href: "/docs/hardware/igpu-acceleration-lxc" }, { 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" }, { 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: [ submenu: [
{ title: "Disk Passthrough to a VM", href: "/docs/storage/disk-passthrough-vm" }, { 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" }, { title: "Import Disk Image to a VM", href: "/docs/storage/import-disk-image-vm" },