Update documentation for VM creation

This commit is contained in:
MacRimi
2025-05-18 18:12:23 +02:00
parent ebd8ea5ab0
commit 179ef2eb16
3 changed files with 602 additions and 1 deletions

View File

@@ -61,7 +61,13 @@ export const sidebarItems: MenuItem[] = [
{
title: "Create VM",
submenu: [
{ title: "Overview", href: "/docs/create-vm" },
{ title: "System NAS", href: "/docs/create-vm/system-nas" },
{ title: "Synology VM", href: "/docs/create-vm/synology" },
{ title: "Others System NAS", href: "/docs/create-vm/system-nas/system-nas-others" },
{ title: "System Windows", href: "/docs/create-vm/system-windows" },
{ title: "UUP Dump ISO Creator", href: "/docs/utils/UUp-Dump-ISO-Creator" },
{ title: "System Linux", href: "/docs/create-vm/system-linux" },
],
},
{