diff --git a/README.md b/README.md index af1dbc9..42c0643 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,30 @@
ProxMenu Logo + style="max-width: 100%; height: auto;" > +

- Website + Website - Documentation + Docs - Changelog + Changelog - Guides + Guides
+
-# ProxMenux An Interactive Menu for Proxmox VE Management **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. diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 862a3ba..98ac9e4 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -240,7 +240,7 @@ export default function BasicSettingsPage() { -

All these utilities are installed automatically when you run this command:

+

This option automatically installs these utilities by running this command:

, title: "Documentation", - description: "Comprehensive guides to get you started", + description: "System description and user guides", link: "/docs/introduction", }, { icon: , title: "Changelog", - description: "Stay up to date with the latest changes", + description: "Information on the latest updates", link: "/changelog", }, { icon: , title: "Guides", - description: "Step-by-step tutorials for common tasks", + description: "Step-by-step tutorials and guides for common tasks", link: "/guides", }, { icon: , title: "GitHub Repository", - description: "Explore the source code and contribute", + description: "Explore the source code.", link: "https://github.com/MacRimi/ProxMenux", }, ] @@ -36,13 +36,13 @@ export default function Resources() {
{resources.map((resource, index) => ( - -
+ +
{resource.icon}

{resource.title}

-

{resource.description}

+

{resource.description}

))} @@ -51,4 +51,3 @@ export default function Resources() { ) } -