Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-10-17 16:45:59 +02:00 committed by GitHub
parent 5eaac5ae3d
commit 5797abad5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@ export const menuItems = [
label: "Resources", label: "Resources",
items: [ items: [
{ {
label: "End-user Documentation", label: "End-user Docs",
href: "/docs/panel/intro/", href: "/docs/panel/intro/",
}, },
{ {
label: "Admin Documentation", label: "Admin Docs",
href: "/docs/admin/intro/", href: "/docs/admin/intro/",
}, },
{ {
@ -23,11 +23,11 @@ export const menuItems = [
href: "/docs/articles/intro/", href: "/docs/articles/intro/",
}, },
{ {
label: "Terminal Commands", label: "OpenCLI",
href: "https://dev.openpanel.com/api/", href: "https://dev.openpanel.com/api/",
}, },
{ {
label: "API Documentation", label: "API Docs",
href: "https://dev.openpanel.com/api/", href: "https://dev.openpanel.com/api/",
}, },
{ {