diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index 3fee68e..ee02a6e 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -1,44 +1,64 @@ +import Image from "next/image" import Link from "next/link" export default function IntroductionPage() { return ( -
- 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.
+ With an interactive menu-driven interface, ProxMenux simplifies command execution for managing:
+ ProxMenux enables streamlined management of: +
+
- 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{" "}
+ The following sections provide detailed instructions on installing and using ProxMenux, along with comprehensive documentation on its available functionalities.
+
+ For additional Proxmox-related information, including official documentation, forums, and discussions, visit the{" "}
Guides
- {" "}
+ {" "}
section.
-
-
-
-
- ProxMenux is a tool for executing shell scripts in a user-friendly way, featuring a categorized menu system for easy access to scripts hosted on GitHub. - Designed to facilitate productivity, it simplifies automation and streamlines task execution. + ProxMenux is a management tool for Proxmox VE that simplifies system administration + through an interactive menu, allowing you to execute commands and scripts with ease.