HeadingIdConfig Type — astro Architecture
Architecture documentation for the HeadingIdConfig type/interface in heading-ids.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8365a1ef_9e1e_f037_0392_41af47a1b9ab["HeadingIdConfig"] d811757b_f0ec_7a3f_0ab1_72f873fa4618["heading-ids.ts"] 8365a1ef_9e1e_f037_0392_41af47a1b9ab -->|defined in| d811757b_f0ec_7a3f_0ab1_72f873fa4618 style 8365a1ef_9e1e_f037_0392_41af47a1b9ab fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/markdoc/src/heading-ids.ts lines 22–24
interface HeadingIdConfig extends MarkdocConfig {
ctx: { headingSlugger: Slugger };
}
Source
Frequently Asked Questions
What is the HeadingIdConfig type?
HeadingIdConfig is a type/interface in the astro codebase, defined in packages/integrations/markdoc/src/heading-ids.ts.
Where is HeadingIdConfig defined?
HeadingIdConfig is defined in packages/integrations/markdoc/src/heading-ids.ts at line 22.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free