docs(monitor): new App + Updates sub-pages for VMs & LXCs with i18n

This commit is contained in:
MacRimi
2026-08-11 20:14:17 +02:00
parent d2c7be9a32
commit 55a95a2346
27 changed files with 2300 additions and 42 deletions
+9 -1
View File
@@ -62,7 +62,15 @@ export const sidebarItems: MenuItem[] = [
{ title: "System Overview tab", i18nKey: "dashboardSystemOverview", href: "/docs/monitor/dashboard/system-overview" },
{ title: "Storage tab", i18nKey: "dashboardStorage", href: "/docs/monitor/dashboard/storage" },
{ title: "Network tab", i18nKey: "dashboardNetwork", href: "/docs/monitor/dashboard/network" },
{ title: "VMs & LXCs tab", i18nKey: "dashboardVmsLxcs", href: "/docs/monitor/dashboard/vms-lxcs" },
{
title: "VMs & LXCs tab",
i18nKey: "dashboardVmsLxcs",
href: "/docs/monitor/dashboard/vms-lxcs",
submenu: [
{ title: "App", i18nKey: "dashboardVmsLxcsApp", href: "/docs/monitor/dashboard/vms-lxcs/app" },
{ title: "Updates", i18nKey: "dashboardVmsLxcsUpdates", href: "/docs/monitor/dashboard/vms-lxcs/updates" },
],
},
{ title: "Hardware tab", i18nKey: "dashboardHardware", href: "/docs/monitor/dashboard/hardware" },
{ title: "System Logs tab", i18nKey: "dashboardSystemLogs", href: "/docs/monitor/dashboard/system-logs" },
{ title: "Terminal tab", i18nKey: "dashboardTerminal", href: "/docs/monitor/dashboard/terminal" },