handleRefGetStaticPaths() — supabase Function Reference
Architecture documentation for the handleRefGetStaticPaths() function in handleRefStaticPaths.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/lib/mdx/handleRefStaticPaths.tsx lines 3–14
async function handleRefGetStaticPaths(sections: ICommonSection[]) {
return {
paths: sections.map((section) => {
return {
params: {
slug: [section.slug],
},
}
}),
fallback: 'blocking',
}
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free