Source Type — supabase Architecture
Architecture documentation for the Source type/interface in llms.ts from the supabase codebase.
Entity Profile
Source Code
apps/docs/scripts/llms.ts lines 21–29
interface Source {
title: string
/**
* Path relative to https://supabase.com. No leading slash
*/
relPath: string
fetch: () => Promise<SearchSource[]>
enabled: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free