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[] = [
|
export const MENU_ITEMS: MenuItemType[] = [
|
||||||
{
|
{
|
||||||
isPopover: true,
|
isPopover: false,
|
||||||
label: "Resources",
|
label: "Features",
|
||||||
items: [
|
href: "/features",
|
||||||
{
|
|
||||||
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,
|
isPopover: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user