export default [ { "header": "Main", "description": "", "child": [ { "title": "Dashboard", "path": "/dashboard", "icon": "ic:outline-dashboard", "child": [], "meta": {} } ], "meta": {} }, { "header": "Identity & Access Management", "description": "Complete user, group, and role management", "child": [ { "title": "Users", "path": "/users", "icon": "ph:users", "child": [] }, { "title": "Groups", "path": "/groups", "icon": "ph:users-three", "child": [] }, { "title": "Roles", "icon": "ph:shield-check", "child": [ { "title": "Role List", "path": "/roles", "icon": "ph:list", "child": [] }, { "title": "Templates", "path": "/roles/templates", "icon": "ph:copy", "child": [] } ] }, { "title": "Applications", "icon": "ph:app-window", "child": [ { "title": "Application List", "path": "/applications", "icon": "ph:list", "child": [] }, { "title": "Resources", "path": "/applications/resources", "icon": "ph:gear", "child": [] } ] } ], "meta": {} } ]