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/*"], } }
Built with
Show your support! Star us on GitHub ⭐️