HomeLayout() — supabase Function Reference
Architecture documentation for the HomeLayout() function in HomeLayout.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/layouts/HomeLayout.tsx lines 7–20
const HomeLayout = ({ children }: PropsWithChildren) => {
return (
<SidebarSkeleton hideSideNav>
<article>
<HomePageCover title="Supabase Documentation" />
<LayoutMainContent>
<div className={['relative transition-all ease-out', 'duration-150 '].join(' ')}>
<div className="prose max-w-none">{children}</div>
</div>
</LayoutMainContent>
</article>
</SidebarSkeleton>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free