Home / File/ markdoc.config.mjs — astro Source File

markdoc.config.mjs — astro Source File

Architecture documentation for markdoc.config.mjs, a javascript file in the astro codebase. 1 imports, 0 dependents.

File javascript 1 imports

Entity Profile

Dependency Diagram

graph LR
  2e8c612d_5b1f_fa8a_aa72_e2654ca335f2["markdoc.config.mjs"]
  50633ce9_0283_cb80_aab9_57c4c0ac89fb["config"]
  2e8c612d_5b1f_fa8a_aa72_e2654ca335f2 --> 50633ce9_0283_cb80_aab9_57c4c0ac89fb
  style 2e8c612d_5b1f_fa8a_aa72_e2654ca335f2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { component, defineMarkdocConfig, nodes } from '@astrojs/markdoc/config';

export default defineMarkdocConfig({
	nodes: {
		heading: {
			...nodes.heading,
			render: component('./src/components/Heading.astro'),
		}
	}
});

Dependencies

  • config

Frequently Asked Questions

What does markdoc.config.mjs do?
markdoc.config.mjs is a source file in the astro codebase, written in javascript.
What does markdoc.config.mjs depend on?
markdoc.config.mjs imports 1 module(s): config.
Where is markdoc.config.mjs in the architecture?
markdoc.config.mjs is located at packages/integrations/markdoc/test/fixtures/headings-custom/markdoc.config.mjs (directory: packages/integrations/markdoc/test/fixtures/headings-custom).

Analyze Your Own Codebase

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

Try Supermodel Free