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
2ca4b20de9
commit
0dc55826af
@ -37,19 +37,25 @@ export type MenuItemType = NavbarPopoverItemType | NavbarItemType;
|
|||||||
export const MENU_ITEMS: MenuItemType[] = [
|
export const MENU_ITEMS: MenuItemType[] = [
|
||||||
{
|
{
|
||||||
isPopover: true,
|
isPopover: true,
|
||||||
label: "Products",
|
label: "Resources",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Community Edition",
|
label: "How-to Guides",
|
||||||
description: "Free web hosting panel for VPS and private use.",
|
description: "Everything you need to get started.",
|
||||||
link: "/docs",
|
link: "/docs/articles/intro/",
|
||||||
icon: ExamplesIcon,
|
icon: ExamplesIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Enterprise Edition",
|
label: "Install Command",
|
||||||
description: "Premium server control panel for shared hosting.",
|
description: "Customize installation.",
|
||||||
link: "/blog",
|
link: "https://community.openpanel.org/",
|
||||||
icon: IntegrationsIcon,
|
icon: AwesomeIcon,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Changelog",
|
||||||
|
description: "Latest version and updates.",
|
||||||
|
link: "/docs/changelog/intro/",
|
||||||
|
icon: BlogIcon,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -57,6 +63,11 @@ export const MENU_ITEMS: MenuItemType[] = [
|
|||||||
isPopover: false,
|
isPopover: false,
|
||||||
label: "Enterprise",
|
label: "Enterprise",
|
||||||
href: "/beta",
|
href: "/beta",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
isPopover: false,
|
||||||
|
label: "Live Demo",
|
||||||
|
href: "/demo",
|
||||||
icon: NewBadgeIcon,
|
icon: NewBadgeIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user