feat(mdbook): allow default configuration - #4207
Conversation
UebelAndre
left a comment
There was a problem hiding this comment.
Thanks! I had just one question
Signed-off-by: ahmadalguydi <ahmadalgaidy@hotmail.com>
Signed-off-by: ahmadalguydi <ahmadalgaidy@hotmail.com>
|
Yes, that makes sense. I removed the provider-specific path and now every staged source, including the generated default config, uses |
|
This is looking good, once CI passes I'm happy to merge! |
|
Buildkite and the formatting check are green on |
Summary
bookattribute optional for themdbookrulebook.tomlso mdBook uses its documented default configurationsrc/SUMMARY.mdand chapter sourcesThis addresses #4194. The issue discussion asked for a PR that demonstrates mdBook can run without a user-provided
book.toml; an empty configuration parses to mdBook's defaults, includingsrcas the source directory. I kept the generated file in the package staging tree so the existing input mapping andmdbook_serverprovider continue to use the same config path. Let me know what you think.Validation
git diff --checkpassedsrcas the source directory