Home / Type/ AstroMarkdocConfig Type — astro Architecture

AstroMarkdocConfig Type — astro Architecture

Architecture documentation for the AstroMarkdocConfig type/interface in config.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  9ead3560_29fc_2fae_6a30_453aa89c7b81["AstroMarkdocConfig"]
  52b07c51_0c97_ccad_b66e_5d6344c6252a["config.ts"]
  9ead3560_29fc_2fae_6a30_453aa89c7b81 -->|defined in| 52b07c51_0c97_ccad_b66e_5d6344c6252a
  style 9ead3560_29fc_2fae_6a30_453aa89c7b81 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/markdoc/src/config.ts lines 22–31

export type AstroMarkdocConfig<C extends Record<string, any> = Record<string, any>> = Omit<
	MarkdocConfig,
	'tags' | 'nodes'
> &
	Partial<{
		tags: Record<string, Schema<Config, Render>>;
		nodes: Partial<Record<NodeType, Schema<Config, Render>>>;
		ctx: C;
		extends: MaybePromise<ResolvedAstroMarkdocConfig>[];
	}>;

Frequently Asked Questions

What is the AstroMarkdocConfig type?
AstroMarkdocConfig is a type/interface in the astro codebase, defined in packages/integrations/markdoc/src/config.ts.
Where is AstroMarkdocConfig defined?
AstroMarkdocConfig is defined in packages/integrations/markdoc/src/config.ts at line 22.

Analyze Your Own Codebase

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

Try Supermodel Free