NavData() — supabase Function Reference
Architecture documentation for the NavData() function in NavData.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/components/NavData.tsx lines 5–14
export function NavData({
data,
children,
}: {
data: keyof typeof navDataForMdx
children: (navItems: (typeof navDataForMdx)[keyof typeof navDataForMdx]) => ReactNode
}) {
const navItems = navDataForMdx[data]
return children(navItems)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free