Home / Function/ EducationSection() — supabase Function Reference

EducationSection() — supabase Function Reference

Architecture documentation for the EducationSection() function in RefSubLayout.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/layouts/ref/RefSubLayout.tsx lines 166–180

const EducationSection: FC<PropsWithChildren<IEducationSection>> = ({
  icon,
  hideTitle = false,
  ...props
}) => {
  return (
    <article
      key={props.id + 'education'}
      className={'prose max-w-none py-16 first:pb-8 first:pt-0 last:pb-8'}
    >
      {!hideTitle && <StickyHeader {...props} icon={icon} />}
      {props.children}
    </article>
  )
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free