Fix missing url configuration option documentation#9699
Merged
jekyllbot merged 6 commits intojekyll:masterfrom Oct 20, 2024
Merged
Fix missing url configuration option documentation#9699jekyllbot merged 6 commits intojekyll:masterfrom
url configuration option documentation#9699jekyllbot merged 6 commits intojekyll:masterfrom
Conversation
Currently the `url` configuration option isn't documented in the Build > Configuration > Configuration Options section, this patch adds the missing documentation. Fixes jekyll#9698. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
…at it won't be confused with `url` This patch improves the placeholder value of the `baseurl` configuration option so that it can be understood easier. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
…tions data file Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
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 `url` configuration option documentation (#9699) Merge pull request 9699
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 fixes the missing
urlconfiguration option documentation, which seems to be a common source of frustration.It also contains a patch to improve the placeholder value of the
baseurlconfiguration option so that the audience won't confuse the two similar but different configuration options.Context
Fixes #9698