mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-12 19:16:54 +00:00
Update page.tsx
This commit is contained in:
parent
7da9611ae5
commit
dfa2678037
@ -75,7 +75,7 @@ export default function GuidesPage() {
|
|||||||
className="block p-6 bg-blue-600 rounded-lg shadow-md hover:bg-blue-700 transition-colors"
|
className="block p-6 bg-blue-600 rounded-lg shadow-md hover:bg-blue-700 transition-colors"
|
||||||
>
|
>
|
||||||
<div className="flex items-center gap-3 mb-2">
|
<div className="flex items-center gap-3 mb-2">
|
||||||
<Code className="h-6 w-6 text-white" />
|
<Book className="h-6 w-6 text-white" />
|
||||||
<h2 className="text-2xl font-semibold text-white">Community Helper-Scripts</h2>
|
<h2 className="text-2xl font-semibold text-white">Community Helper-Scripts</h2>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-gray-200">
|
<p className="text-gray-200">
|
||||||
@ -96,6 +96,20 @@ export default function GuidesPage() {
|
|||||||
Comprehensive Proxmox VE documentation and administration guide available.
|
Comprehensive Proxmox VE documentation and administration guide available.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://community-scripts.github.io/ProxmoxVE/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="block p-6 bg-indigo-600 rounded-lg shadow-md hover:bg-indigo-700 transition-colors"
|
||||||
|
>
|
||||||
|
<div className="flex items-center gap-3 mb-2">
|
||||||
|
<Code className="h-6 w-6 text-white" />
|
||||||
|
<h2 className="text-2xl font-semibold text-white">Proxmox VE Helper-Scripts</h2>
|
||||||
|
</div>
|
||||||
|
<p className="text-gray-200">
|
||||||
|
Proxmox VE Helper-Scripts is a collection of tools to simplify the setup and management of Proxmox Virtual Environment (VE). Originally created by tteck, these scripts are now continued by the community.
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* PBS Documentation */}
|
{/* PBS Documentation */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user