diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index b61ad53..f0841b5 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -2,6 +2,7 @@ import fs from "fs" import path from "path" import matter from "gray-matter" import Link from "next/link" +import { Play, MessageCircle, Users, Book, Database, Code } from "lucide-react" import Footer2 from "@/components/footer2" const guidesDirectory = path.join(process.cwd(), "..", "guides") @@ -49,6 +50,8 @@ export default function GuidesPage() {

ProxMenux Guides

Complementary guides to make the most of your Proxmox VE.

+ + {/* Dynamic Guides */}
{guides.map((guide) => ( ))}
+ + {/* Additional Resources */}

Additional Resources

-
+
-

Proxmox VE Helper-Scripts (Community Edition)

+
+ +

Community Scripts

+

Explore user-submitted guides and scripts for Proxmox VE from the community.

@@ -80,12 +88,80 @@ export default function GuidesPage() { rel="noopener noreferrer" className="block p-6 bg-green-600 rounded-lg shadow-md hover:bg-green-700 transition-colors" > -

Official Proxmox Documentation

+
+ +

Official Documentation

+
+

Access the comprehensive Proxmox VE documentation and administration guide.

+
+
+ + {/* PBS Documentation */} +

Backup Server Documentation

+
+ +
+ +

Backup Server Docs

+

- Access the official Proxmox VE documentation for comprehensive guides and information. + Learn about Proxmox Backup Server, a powerful backup solution for Proxmox VE.

+ + {/* Video Tutorials */} +

Video Tutorials

+
+ +
+ +

Official Video Training

+
+

+ Access official Proxmox video tutorials and training courses to enhance your skills. +

+
+
+ + {/* Community Discussion */} +

Community Discussion

+
+ +
+ +

Proxmox Forum

+
+

Join the official Proxmox forum to ask questions and share experiences.

+
+ +
+ +

Proxmox Reddit

+
+

Join the Proxmox community on Reddit for discussions, tips, and support.

+
+