mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update constants.ts
This commit is contained in:
parent
11b86f278f
commit
93450d2fd0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user