From a83bba2433902521a6d1590fc550d49ae2c9dd60 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:21:31 +0100 Subject: [PATCH] Update page.tsx --- web/app/docs/introduction/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index 20b5287..3e91c3a 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -1,12 +1,15 @@ +import Link from "next/link" + export default function IntroductionPage() { return (
- ProxMenux is a tool designed to simplify and streamline the management of Proxmox VE through a menu-based interface. It allows users to execute shell scripts in an organized way, eliminating the need to manually enter complex commands. - - It is designed for both experienced Proxmox VE administrators and less experienced users, providing a more accessible and efficient way to manage their infrastructure. - + ProxMenux is a tool designed to make Proxmox VE more accessible to all users, regardless of experience. Through + a menu-based interface, it simplifies the execution of complex commands for server configuration, maintenance, + and application installations without requiring manual input. ProxMenux not only streamlines Proxmox VE + management but also interacts with hardware and drivers, simplifying tasks such as storage management, disk + handling, and image imports to facilitate system administration and maintenance.
- The following sections of this documentation provide instructions on how to install ProxMenux and detailed explanations of each available script. + The following sections of this documentation provide instructions on how to install ProxMenux and detailed + explanations of each available script. For additional Proxmox-related information, including guides, official + documentation, forums, and discussions, visit the{" "} + + Guides + {" "} + section.