Home / Function/ handleRefGetStaticPaths() — supabase Function Reference

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',
  }
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free