Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-10-17 16:01:28 +02:00 committed by GitHub
parent 4e662384a3
commit 5afe15e915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,20 +11,28 @@ export const menuItems = [
label: "Resources", label: "Resources",
items: [ items: [
{ {
label: "Documentation", label: "End-user Documentation",
href: "/docs/", href: "/docs/panel/intro/",
}, },
{ {
label: "Support Forums", label: "Admin Documentation",
href: "https://community.openpanel.com/", href: "/docs/admin/intro/",
}, },
{ {
label: "Roadmap", label: "How-to Guides",
href: "/roadmap", href: "/docs/articles/intro/",
}, },
{ {
label: "Changelog", label: "Terminal Commands",
href: "/docs/changelog/intro/", href: "https://dev.openpanel.com/api/",
},
{
label: "API Documentation",
href: "https://dev.openpanel.com/api/",
},
{
label: "Install Command",
href: "/install",
}, },
], ],
}, },
@ -36,12 +44,8 @@ export const menuItems = [
icon: <NewBadgeIcon />, icon: <NewBadgeIcon />,
href: "/beta", href: "/beta",
}, },
//{
// label: "Products",
// href: "/templates",
//},
{ {
label: "Features", label: "Features List",
href: "/features", href: "/features",
}, },
{ {
@ -49,8 +53,16 @@ export const menuItems = [
href: "/demo", href: "/demo",
}, },
{ {
label: "Installation", label: "Roadmap",
href: "/install", href: "/roadmap",
},
{
label: "Request Features",
href: "https://roadmap.openpanel.com/",
},
{
label: "Changelog",
href: "/docs/changelog/intro/",
}, },
], ],
}, },
@ -58,16 +70,16 @@ export const menuItems = [
label: "Company", label: "Company",
items: [ items: [
{ {
label: "About", label: "About Us",
href: "/about", href: "/about",
}, },
{ {
label: "Blog", label: "Our Blog",
href: "/blog", href: "/blog",
}, },
{ {
label: "Become a Partner", label: "Become a Partner",
href: "mailto:info@openpanel.com", href: "https://my.openpanel.com/submitticket.php?step=2&deptid=3",
}, },
{ {
label: "Contact Us", label: "Contact Us",