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
0dc55826af
commit
0c43a598c2
@ -36,28 +36,9 @@ export type MenuItemType = NavbarPopoverItemType | NavbarItemType;
|
||||
|
||||
export const MENU_ITEMS: MenuItemType[] = [
|
||||
{
|
||||
isPopover: true,
|
||||
label: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "How-to Guides",
|
||||
description: "Everything you need to get started.",
|
||||
link: "/docs/articles/intro/",
|
||||
icon: ExamplesIcon,
|
||||
},
|
||||
{
|
||||
label: "Install Command",
|
||||
description: "Customize installation.",
|
||||
link: "https://community.openpanel.org/",
|
||||
icon: AwesomeIcon,
|
||||
},
|
||||
{
|
||||
label: "Changelog",
|
||||
description: "Latest version and updates.",
|
||||
link: "/docs/changelog/intro/",
|
||||
icon: BlogIcon,
|
||||
},
|
||||
],
|
||||
isPopover: false,
|
||||
label: "Features",
|
||||
href: "/features",
|
||||
},
|
||||
{
|
||||
isPopover: false,
|
||||
|
Loading…
Reference in New Issue
Block a user