Closed Ninjani closed 4 years ago
Such as: "Finished building book. Use mdbook serve "<kb_dir>" and go to localhost:3000 to view it." The can be read from self.config in the make function (in gooseberry/markdown.rs) This may be a good place to use an indicatif progress bar.
mdbook serve "<kb_dir>"
self.config
make
gooseberry/markdown.rs
Such as: "Finished building book. Use can be read from
mdbook serve "<kb_dir>"
and go to localhost:3000 to view it." Theself.config
in themake
function (ingooseberry/markdown.rs
) This may be a good place to use an indicatif progress bar.