Home / Type/ GuideFrontmatter Type — supabase Architecture

GuideFrontmatter Type — supabase Architecture

Architecture documentation for the GuideFrontmatter type/interface in docs.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/lib/docs.ts lines 22–31

export type GuideFrontmatter = {
  title: string
  subtitle?: string
  description?: string
  canonical?: string
  hideToc?: boolean
  /** @deprecated */
  hide_table_of_contents?: boolean
  tocVideo?: string
}

Analyze Your Own Codebase

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

Try Supermodel Free