Fix missing glob matching pattern support description in the documentation of the include and exclude configuration options#9697
Merged
jekyllbot merged 2 commits intojekyll:masterfrom Oct 20, 2024
Conversation
…ation of the `include` and `exclude` configuration options Fixes jekyll#9696. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
Contributor
Author
|
The following tests failed on my end, but I failed to see how these tests are related to my change:
|
Contributor
Author
|
For some reason, the unordered list markup broke the .description paragraph: The corresponding Markdown template seems to be the following file: https://github.com/jekyll/jekyll/blob/master/docs/_docs/configuration/options.md but I am unable to figure out how to fix it so I will leave it here. |
ashmaroli
approved these changes
Oct 20, 2024
Member
|
Thanks @brlin-tw |
jekyllbot
added a commit
that referenced
this pull request
Oct 20, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Oct 20, 2024
林博仁 Buo-ren Lin: Fix missing glob matching pattern support description in the documentation of the `include` and `exclude` configuration options (#9697) Merge pull request 9697
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is a 🔦 documentation change.
Summary
This pull request adds a missing glob pattern support description in the documentation of the
includeandexcludesite configuration options.It appears that Regexp is also supported, but I am unable to use it at my end so it will not be addressed in this PR.
Context
Fixes #9696