LinksProperties() — supabase Function Reference
Architecture documentation for the LinksProperties() function in contentlayer.config.js from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/learn/contentlayer.config.js lines 23–33
const LinksProperties = defineNestedType(() => ({
name: 'LinksProperties',
fields: {
doc: {
type: 'string',
},
api: {
type: 'string',
},
},
}))
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free