NavMenuSection Type — supabase Architecture
Architecture documentation for the NavMenuSection type/interface in Navigation.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/docs/components/Navigation/Navigation.types.ts lines 10–18
export interface NavMenuSection {
name: string
url?: `/${string}` | `https://${string}`
items: Partial<NavMenuSection>[]
icon?: string
hasLightIcon?: boolean
isDarkMode?: boolean
enabled?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free