Update Changelog

This commit is contained in:
MacRimi
2025-05-04 23:15:14 +02:00
parent 6436f2d748
commit 870945705b
5 changed files with 125 additions and 45 deletions

View File

@@ -16,6 +16,36 @@ import {
Book,
} from "lucide-react"
export const metadata: Metadata = {
title: "ProxMenux Documentation: Help and Info",
description:
"Comprehensive collection of useful commands and references for Proxmox VE, organized by category for easy access and quick reference.",
openGraph: {
title: "ProxMenux Documentation: Help and Info",
description:
"Comprehensive collection of useful commands and references for Proxmox VE, organized by category for easy access and quick reference.",
type: "article",
url: "https://macrimi.github.io/ProxMenux/docs/help-info",
images: [
{
url: "https://macrimi.github.io/ProxMenux/help/help-info-menu.png",
width: 1200,
height: 630,
alt: "ProxMenux Help and Info Menu",
},
],
},
twitter: {
card: "summary_large_image",
title: "ProxMenux Documentation: Help and Info",
description:
"Comprehensive collection of useful commands and references for Proxmox VE, organized by category for easy access and quick reference.",
images: ["https://macrimi.github.io/ProxMenux/help/help-info-menu.png"],
},
}
interface ImageWithCaptionProps {
src: string
alt: string