Home / Function/ LinksProperties() — ui Function Reference

LinksProperties() — ui Function Reference

Architecture documentation for the LinksProperties() function in contentlayer.config.js from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  867cad53_d1aa_3549_bd82_53a36f915928["LinksProperties()"]
  3ab0029b_bc98_e23e_7c0d_e96099aed850["contentlayer.config.js"]
  867cad53_d1aa_3549_bd82_53a36f915928 -->|defined in| 3ab0029b_bc98_e23e_7c0d_e96099aed850
  style 867cad53_d1aa_3549_bd82_53a36f915928 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/contentlayer.config.js lines 29–39

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

Subdomains

Frequently Asked Questions

What does LinksProperties() do?
LinksProperties() is a function in the ui codebase, defined in deprecated/www/contentlayer.config.js.
Where is LinksProperties() defined?
LinksProperties() is defined in deprecated/www/contentlayer.config.js at line 29.

Analyze Your Own Codebase

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

Try Supermodel Free