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
Love the idea for this plugin, thank you for building it!
I have added it to my project and added this section to my plugins::
- required-frontmatter:
enabled: true
required-keys:
- tags
- a_test_tag
## Disable required frontmatter on specific files/paths
exclude:
## All index.md files
- index.md
## A path to a directory and file pattern
# - example/path/*
## Fail build when page is missing frontmatter & strict: true
strict: true
I added a test required-key, a_test_tag, which none of my pages have. When I run mkdocs build, the site builds without error. I believe this means I've configured it wrong, or something about my setup is causing this plugin not to work.
Let me know what information from me would be helpful for troubleshooting this, and I'm happy to be a guinea pig for any changes :)1
The text was updated successfully, but these errors were encountered:
redjax
pushed a commit
to redjax/redkb
that referenced
this issue
Jan 6, 2025
Love the idea for this plugin, thank you for building it!
I have added it to my project and added this section to my
plugins:
:I added a test required-key,
a_test_tag
, which none of my pages have. When I runmkdocs build
, the site builds without error. I believe this means I've configured it wrong, or something about my setup is causing this plugin not to work.Let me know what information from me would be helpful for troubleshooting this, and I'm happy to be a guinea pig for any changes :)1
The text was updated successfully, but these errors were encountered: