Home / Function/ SidebarCategory() — supabase Function Reference

SidebarCategory() — supabase Function Reference

Architecture documentation for the SidebarCategory() function in SidebarCategory.ts from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/generator/legacy/components/SidebarCategory.ts lines 1–8

export default function SidebarCategory(name: string, items: string[]) {
  return `{
      type: 'category',
      label: '${name}',
      items: [${items.join(', ')}],
      collapsed: true,
    }`
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free