From dee0767f9510099594db5d82c2c1a1acd362a411 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 16 Feb 2025 17:00:56 +0100 Subject: [PATCH] update --- .../docs/hardware/{coral-tpu-lxc.tsx => coral-tpu-lxc/page.tsx} | 0 .../page.tsx} | 0 .../page.tsx} | 0 .../{disk-passthrough-vm.tsx => disk-passthrough-vm/page.tsx} | 0 .../{import-disk-image-vm.tsx => import-disk-image-vm/page.tsx} | 0 web/components/DocSidebar.tsx | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename web/app/docs/hardware/{coral-tpu-lxc.tsx => coral-tpu-lxc/page.tsx} (100%) rename web/app/docs/hardware/{igpu-acceleration-lxc.tsx => igpu-acceleration-lxc/page.tsx} (100%) rename web/app/docs/hardware/{install-coral-tpu-host.tsx => install-coral-tpu-host/page.tsx} (100%) rename web/app/docs/storage/{disk-passthrough-vm.tsx => disk-passthrough-vm/page.tsx} (100%) rename web/app/docs/storage/{import-disk-image-vm.tsx => import-disk-image-vm/page.tsx} (100%) 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" },