diff --git a/web/app/docs/create-vm/system-nas/page.tsx b/web/app/docs/create-vm/system-nas/page.tsx index df220e9..fa09304 100644 --- a/web/app/docs/create-vm/system-nas/page.tsx +++ b/web/app/docs/create-vm/system-nas/page.tsx @@ -2,7 +2,7 @@ import type React from "react" import type { Metadata } from "next" import Link from "next/link" import Image from "next/image" -import { HardDrive, Info, Database, Server, Monitor, Star, Cpu, Github } from "lucide-react" +import { HardDrive, Info, Database, Server, MonitorIcon, Star, Cpu, Github } from "lucide-react" import { Badge } from "@/components/ui/badge" export const metadata: Metadata = { @@ -97,11 +97,6 @@ function NASSystemItem({ {isExternal && (
- External Script - - {/* Removed the external link icon since the title now links to the external URL */}
)} @@ -221,7 +214,7 @@ export default function SystemNASPage() { "Virtualization: Yes (KVM)", "Hardware Requirements: High", ]} - href="/docs/create-vm/system-nas/system-nas-others" + href="/docs/virtual-machines/system-nas/truenas-scale" /> } + icon={} features={[ "Low resource footprint", "Docker support", @@ -292,9 +285,9 @@ export default function SystemNASPage() { "Virtualization: Yes (Docker)", "Hardware Requirements: Low", ]} - + href="/docs/virtual-machines/system-nas/zimaos" isExternal={true} - externalUrl="https://www.zimaspace.com/docs/zimaos/" + externalUrl="https://github.com/R0GGER/proxmox-zimaos" />