Skip to content

Build fails when filename contains _snippets #2742

@leemthompo

Description

@leemthompo

Files with _snippets in the filename (e.g. top_snippets.md) cause build failures, presumably because the build logic treats any path containing _snippets as an include-only snippets directory.

Expected behavior

Only _snippets/ directories should be treated specially, not files that happen to contain _snippets in their name.

Workaround

Rename files to kebab case (e.g. top-snippets.md).

Reference

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions