diff --git a/web/app/docs/hardware/coral-tpu-lxc.tsx b/web/app/docs/hardware/coral-tpu-lxc/page.tsx similarity index 100% rename from web/app/docs/hardware/coral-tpu-lxc.tsx rename to web/app/docs/hardware/coral-tpu-lxc/page.tsx diff --git a/web/app/docs/hardware/igpu-acceleration-lxc.tsx b/web/app/docs/hardware/igpu-acceleration-lxc/page.tsx similarity index 100% rename from web/app/docs/hardware/igpu-acceleration-lxc.tsx rename to web/app/docs/hardware/igpu-acceleration-lxc/page.tsx diff --git a/web/app/docs/hardware/install-coral-tpu-host.tsx b/web/app/docs/hardware/install-coral-tpu-host/page.tsx similarity index 100% rename from web/app/docs/hardware/install-coral-tpu-host.tsx rename to web/app/docs/hardware/install-coral-tpu-host/page.tsx diff --git a/web/app/docs/storage/disk-passthrough-vm.tsx b/web/app/docs/storage/disk-passthrough-vm/page.tsx similarity index 100% rename from web/app/docs/storage/disk-passthrough-vm.tsx rename to web/app/docs/storage/disk-passthrough-vm/page.tsx diff --git a/web/app/docs/storage/import-disk-image-vm.tsx b/web/app/docs/storage/import-disk-image-vm/page.tsx similarity index 100% rename from web/app/docs/storage/import-disk-image-vm.tsx rename to web/app/docs/storage/import-disk-image-vm/page.tsx diff --git a/web/components/DocSidebar.tsx b/web/components/DocSidebar.tsx index 65fc3db..6fb3ca7 100644 --- a/web/components/DocSidebar.tsx +++ b/web/components/DocSidebar.tsx @@ -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" },