You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's a directory that the user does not want MarkBind to traverse during the page rendering, he must modify the glob's regex to specifically exclude such directories. For example:
"**/index.md" --> "{,!(book)/**/}index.md"
to exclude index.md files residing in book directories.
I suggest that we provide a user an alternative way to ignore entire directories directly with an "ignore" parameter for "pages":
If there's a directory that the user does not want MarkBind to traverse during the page rendering, he must modify the glob's regex to specifically exclude such directories. For example:
"**/index.md"
-->"{,!(book)/**/}index.md"
to exclude
index.md
files residing inbook
directories.I suggest that we provide a user an alternative way to ignore entire directories directly with an
"ignore"
parameter for"pages"
:The text was updated successfully, but these errors were encountered: