diff --git a/documentation/src/refine-theme/footer-data.tsx b/documentation/src/refine-theme/footer-data.tsx index 4569536a..93d66077 100644 --- a/documentation/src/refine-theme/footer-data.tsx +++ b/documentation/src/refine-theme/footer-data.tsx @@ -10,13 +10,17 @@ export const menuItems = [ label: "Resources", items: [ { - label: "Getting Started", + label: "Documentation", href: "/docs/admin/intro/", }, { label: "Support Forums", href: "https://community.openpanel.co/", }, + { + label: "Roadmap", + href: "https://github.com/stefanpejcic/openpanel/milestones", + }, { label: "Changelog", href: "/docs/changelog/intro/",