mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update footer-data.tsx
This commit is contained in:
parent
4e662384a3
commit
5afe15e915
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user