mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-07 07:46:54 +00:00
Update DocSidebar.tsx
This commit is contained in:
parent
08114c0281
commit
3b47497e03
@ -20,7 +20,7 @@ const sidebarItems: MenuItem[] = [
|
||||
{ title: "Introduction", href: "/docs/introduction" },
|
||||
{ title: "Installation", href: "/docs/installation" },
|
||||
{
|
||||
title: "GPUs and Coral",
|
||||
title: "Hardware: 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: "Storage",
|
||||
title: "Hard Drives, Disk Images, and 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" },
|
||||
@ -109,7 +109,7 @@ export default function DocSidebar() {
|
||||
}
|
||||
|
||||
return (
|
||||
<nav className="w-full md:w-64 bg-gray-100 p-4 md:p-6">
|
||||
<nav className="w-full md:w-1/4 lg:w-1/5 xl:w-1/6 max-w-xs bg-gray-100 p-4 md:p-6">
|
||||
<h2 className="text-lg font-semibold mb-4 text-gray-900">Documentation</h2>
|
||||
<ul className="space-y-2">{sidebarItems.map(renderMenuItem)}</ul>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user