xyd 0.1.0-alpha - Coming Soon

Reference
/
@include

@include

Learn how to use @include function

The @include function allows you to inlude another parts of docs content.

Basic Usage

Import a file using a relative path:

@include "./path/to/file.md"

or using a home path:

@include "~/path/to/file.md"

Info

~ points to current docs root directory

or using path aliases:

@include "@snippets/file.md"

Path aliases

{
"paths": {
"@snippets/*": ["./path/to/*"],
}
}
Edit page
Built with

Show your support! Star us on GitHub ⭐️