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
  b6a4b8f4_c234_dc18_7b03_463922245158["markdoc.config.mjs"]
  50633ce9_0283_cb80_aab9_57c4c0ac89fb["config"]
  b6a4b8f4_c234_dc18_7b03_463922245158 --> 50633ce9_0283_cb80_aab9_57c4c0ac89fb
  style b6a4b8f4_c234_dc18_7b03_463922245158 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

export default defineMarkdocConfig({
	tags: {
		aside: {
			render: component('./src/components/Aside.astro'),
			attributes: {
				type: { type: String },
				title: { type: String },
			},
		},
	},
});

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 examples/with-markdoc/markdoc.config.mjs (directory: examples/with-markdoc).

Analyze Your Own Codebase

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

Try Supermodel Free