Home / Function/ GettingStartedLayout() — supabase Function Reference

GettingStartedLayout() — supabase Function Reference

Architecture documentation for the GettingStartedLayout() function in layout.tsx from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  13e00982_20f4_fa81_5a2d_1cbc450cedda["GettingStartedLayout()"]
  a2819110_9476_4853_c685_22bc4c7469ba["getPrompts()"]
  13e00982_20f4_fa81_5a2d_1cbc450cedda -->|calls| a2819110_9476_4853_c685_22bc4c7469ba
  style 13e00982_20f4_fa81_5a2d_1cbc450cedda fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/docs/app/guides/getting-started/layout.tsx lines 5–9

export default async function GettingStartedLayout({ children }: { children: React.ReactNode }) {
  const additionalNavItems = { prompts: await getPrompts() }

  return <Layout additionalNavItems={additionalNavItems}>{children}</Layout>
}

Subdomains

Calls

Frequently Asked Questions

What does GettingStartedLayout() do?
GettingStartedLayout() is a function in the supabase codebase.
What does GettingStartedLayout() call?
GettingStartedLayout() calls 1 function(s): getPrompts.

Analyze Your Own Codebase

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

Try Supermodel Free