Update constants.ts

This commit is contained in:
Stefan Pejcic 2025-03-16 18:59:28 +01:00 committed by GitHub
parent 11b86f278f
commit 93450d2fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,53 +36,20 @@ export type MenuItemType = NavbarPopoverItemType | NavbarItemType;
export const MENU_ITEMS: MenuItemType[] = [ export const MENU_ITEMS: MenuItemType[] = [
{ {
isPopover: true, isPopover: false,
label: "Products", label: "Install",
items: [ href: "/install",
{
label: "Community Edition",
description: "Free web hosting panel for VPS and private use.",
link: "/product/openpanel-free-control-panel",
icon: ExamplesIcon,
},
{
label: "Enterprise Edition",
description: "Premium server control panel for shared hosting.",
link: "/product/openpanel-premium-control-panel",
icon: IntegrationsIcon,
},
],
}, },
{ {
isPopover: false, isPopover: false,
label: "Enterprise", label: "Docs",
href: "/beta", href: "/docs/",
icon: NewBadgeIcon, },
},
{ {
isPopover: true, isPopover: false,
label: "Community", label: "Forums",
items: [ href: "https://community.openpanel.org/",
{ },
label: "Documentation",
description: "Everything you need to get started.",
link: "/docs/",
icon: DocumentsIcon,
},
{
label: "Forums",
description: "Join our growing community!",
link: "https://community.openpanel.org/",
icon: ContributeIcon,
},
{
label: "Translations",
description: "Help us improve OpenPanel!",
link: "https://github.com/stefanpejcic/openpanel-translations",
icon: HackathonsIcon,
},
],
},
// { // {
// isPopover: true, // isPopover: true,
// label: "Company", // label: "Company",