Update DocSidebar.tsx

This commit is contained in:
MacRimi 2025-02-16 17:23:16 +01:00 committed by GitHub
parent df21f72068
commit 0b246fe3dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" },