update menu storage and new script

This commit is contained in:
MacRimi
2025-04-15 20:04:45 +02:00
parent 5022905047
commit 94acab3030
3 changed files with 194 additions and 29 deletions

View File

@@ -53,6 +53,7 @@ const sidebarItems: MenuItem[] = [
title: "Storage",
submenu: [
{ title: "Disk Passthrough to a VM", href: "/docs/storage/disk-passthrough-vm" },
{ title: "Disk Passthrough to a CT", href: "/docs/storage/disk-passthrough-ct" },
{ title: "Import Disk Image to a VM", href: "/docs/storage/import-disk-image-vm" },
],
},