Home / Function/ LinksProperties() — supabase Function Reference

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/design-system/contentlayer.config.js lines 26–36

const LinksProperties = defineNestedType(() => ({
  name: 'LinksProperties',
  fields: {
    doc: {
      type: 'string',
    },
    api: {
      type: 'string',
    },
  },
}))

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free