generateStaticParams() — supabase Function Reference
Architecture documentation for the generateStaticParams() function in page.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/app/(app)/docs/[[...slug]]/page.tsx lines 71–75
export async function generateStaticParams(): Promise<{ slug: string[] }[]> {
return allDocs.map((doc) => ({
slug: doc.slugAsParams.split('/'),
}))
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free