Update footer-data.tsx
This commit is contained in:
parent
fbaee5c7e9
commit
8e0c54f415
1 changed files with 5 additions and 1 deletions
|
@ -10,13 +10,17 @@ export const menuItems = [
|
||||||
label: "Resources",
|
label: "Resources",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Getting Started",
|
label: "Documentation",
|
||||||
href: "/docs/admin/intro/",
|
href: "/docs/admin/intro/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Support Forums",
|
label: "Support Forums",
|
||||||
href: "https://community.openpanel.co/",
|
href: "https://community.openpanel.co/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Roadmap",
|
||||||
|
href: "https://github.com/stefanpejcic/openpanel/milestones",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Changelog",
|
label: "Changelog",
|
||||||
href: "/docs/changelog/intro/",
|
href: "/docs/changelog/intro/",
|
||||||
|
|
Loading…
Add table
Reference in a new issue