Update page.tsx

This commit is contained in:
MacRimi 2025-03-03 11:57:13 +01:00 committed by GitHub
parent 55c6403036
commit 0db1d1f762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,11 +47,11 @@ export default function PostInstallPage() {
<div className="container mx-auto px-4 py-8"> <div className="container mx-auto px-4 py-8">
<h1 className="text-3xl font-bold mb-6">ProxMenux Post-Install Script Documentation</h1> <h1 className="text-3xl font-bold mb-6">ProxMenux Post-Install Script Documentation</h1>
<p className="mb-4"> <p className="mb-4">
The <code>Customizable Post Install</code> script is designed to streamline the post-installation process of The <strong>Customizable Post-Install Script</strong> is designed to streamline the post-installation process of
Proxmox VE by automating system optimizations and configurations. One advantage of the modular structure is that it allows users to, it provides a Proxmox VE by automating system optimizations and configurations. One advantage of the modular and selectable structure is that it allows users to,
modular structure, allowing users to <strong>select specific configurations</strong> based on their requirements. <strong>select specific configurations</strong> based on their requirements.
</p> </p>
<p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VEs <p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE
performance, security, and usability:</p> performance, security, and usability:</p>
<ul className="list-disc pl-5 mb-6"> <ul className="list-disc pl-5 mb-6">
{categories.map((category) => ( {categories.map((category) => (
@ -66,7 +66,7 @@ export default function PostInstallPage() {
))} ))}
</ul> </ul>
<p> <p>
Each category includes configurable options, ensuring that users can tailor the system adjustments to their Each category includes selectable options, ensuring that users can tailor the system adjustments to their
specific needs without applying unnecessary modifications. Click on a category to explore available settings. specific needs without applying unnecessary modifications. Click on a category to explore available settings.
</p> </p>
</div> </div>