mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update
This commit is contained in:
parent
b199c9a49a
commit
f20e0a9412
@ -7,7 +7,7 @@ export default function DocsLayout({ children }: { children: React.ReactNode })
|
||||
<div className="flex flex-col min-h-screen bg-white text-gray-900">
|
||||
<div className="flex flex-col lg:flex-row flex-1 pt-16 lg:pt-0">
|
||||
<DocSidebar />
|
||||
<main className="flex-1 p-4 lg:p-6 pt-16 lg:pt-6 overflow-y-auto">
|
||||
<main className="flex-1 p-4 lg:p-6 pt-6 lg:pt-6 overflow-y-auto">
|
||||
<div className="max-w-3xl mx-auto">{children}</div>
|
||||
</main>
|
||||
</div>
|
||||
|
@ -12,49 +12,36 @@ const basePath = "/ProxMenux"
|
||||
const description =
|
||||
"A menu-driven script for Proxmox VE management, designed to facilitate productivity, it simplifies automation and streamlines task execution."
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
generator: "Next.js",
|
||||
applicationName: "ProxMenux",
|
||||
referrer: "origin-when-cross-origin",
|
||||
keywords: ["Proxmox VE", "ProxMenux", "menu-driven", "script", "management", "virtualization"],
|
||||
authors: { name: "MacRimi" },
|
||||
creator: "MacRimi",
|
||||
publisher: "MacRimi",
|
||||
formatDetection: {
|
||||
email: false,
|
||||
address: false,
|
||||
telephone: false,
|
||||
},
|
||||
metadataBase: new URL(`https://macrimi.github.io${basePath}/`),
|
||||
openGraph: {
|
||||
export const metadata = {
|
||||
title: "ProxMenux",
|
||||
generator: "Next.js",
|
||||
applicationName: "ProxMenux",
|
||||
referrer: "origin-when-cross-origin",
|
||||
keywords: ["Proxmox VE", "VE", "ProxMenux", "MacRimi", "menu-driven", "menu", "scripts", "virtualization"],
|
||||
authors: { name: "MacRimi" },
|
||||
creator: "MacRimi",
|
||||
publisher: "MacRimi",
|
||||
description,
|
||||
url: `https://macrimi.github.io${basePath}/`,
|
||||
images: [
|
||||
{
|
||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||
},
|
||||
],
|
||||
locale: "en_US",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
images: [`https://macrimi.github.io${basePath}/main.png`],
|
||||
},
|
||||
icons: {
|
||||
icon: [
|
||||
{ url: "/favicon.ico", sizes: "any" },
|
||||
{ url: "/icon.svg", type: "image/svg+xml" },
|
||||
{ url: "/icon.png", type: "image/png" },
|
||||
],
|
||||
apple: [{ url: "/apple-touch-icon.png" }],
|
||||
},
|
||||
}
|
||||
favicon: "/app/favicon.ico",
|
||||
formatDetection: {
|
||||
email: false,
|
||||
address: false,
|
||||
telephone: false,
|
||||
},
|
||||
metadataBase: new URL(`https://macrimi.github.io${basePath}/`),
|
||||
openGraph: {
|
||||
title: "ProxMenux",
|
||||
description,
|
||||
url: "/main.png",
|
||||
images: [
|
||||
{
|
||||
url: `https://macrimi.github.io${basePath}/main.png`,
|
||||
},
|
||||
],
|
||||
locale: "en_US",
|
||||
type: "website",
|
||||
},
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@ -72,3 +59,10 @@ export default function RootLayout({
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user