Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/syntax/file_inclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ File inclusion is useful for

If there are portions of content that are relevant to multiple pages, you can inject content from another file into any given MD file using the `include` directive.

:::{note}
Files to be included must live in a `_snippets` folder to be considered a snippet file. This folder can live anywhere.
:::

### Syntax

```markdown
Expand All @@ -20,4 +24,4 @@ If there are portions of content that are relevant to multiple pages, you can in

```asciidoc
include::shared-monitor-config.asciidoc[]
```
```