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.
BuildConfig::create_missing
1 parent 7def6d7 commit 49b7f08Copy full SHA for 49b7f08
src/config.rs
@@ -414,7 +414,7 @@ impl Default for BookConfig {
414
pub struct BuildConfig {
415
/// Where to put built artefacts relative to the book's root directory.
416
pub build_dir: PathBuf,
417
- /// Should non-existent markdown files specified in `SETTINGS.md` be created
+ /// Should non-existent markdown files specified in `SUMMARY.md` be created
418
/// if they don't exist?
419
pub create_missing: bool,
420
/// Should the default preprocessors always be used when they are
0 commit comments