Update constants.ts

This commit is contained in:
Stefan Pejcic 2025-05-15 19:17:21 +02:00 committed by GitHub
parent 0dc55826af
commit 0c43a598c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,