We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: strictdoc.toml: 'include_doc_paths': Path mask must start with an alphanumeric character or a wildcard symbol ''. Provided string: '_assets/'. I will double-check this today. Relaxing the condition to accept underscores should be easy. I will create an integration test to exercise this case.
error: strictdoc.toml: 'include_doc_paths': Path mask must start with an alphanumeric character or a wildcard symbol ''. Provided string: '_assets/'.
I will double-check this today. Relaxing the condition to accept underscores should be easy. I will create an integration test to exercise this case.
Originally posted by @stanislaw in #2210
The text was updated successfully, but these errors were encountered:
@johanenglund just to make sure:
This is what StrictDoc itself uses and I don't need to explicitly specify the asset folders:
include_doc_paths = [ "docs/**", "docs_extra/**", "reports/**", ]
The assets are inside docs: https://github.com/strictdoc-project/strictdoc/tree/main/docs/_assets.
docs
Is your setup more custom in some way?
Sorry, something went wrong.
No branches or pull requests
Originally posted by @stanislaw in #2210
The text was updated successfully, but these errors were encountered: