Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-02-10 09:10:12 +01:00 committed by GitHub
parent fbaee5c7e9
commit 8e0c54f415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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