snippetbashTip
mdbook — Create online books by writing Markdown files. More information: <https://rust-lang.github.io/mdBook
Viewed 0 times
onlinecreatecommandmarkdownwritingmdbookclibooks
linux
Problem
How to use the
mdbook command: Create online books by writing Markdown files. More information: <https://rust-lang.github.io/mdBook/cli/index.html>.Solution
mdbook — Create online books by writing Markdown files. More information: <https://rust-lang.github.io/mdBook/cli/index.html>.Create an mdbook project in the current directory:
mdbook initCreate an mdbook project in a specific directory:
mdbook init {{path/to/directory}}Clean the directory with the generated book:
mdbook cleanServe a book at <http://localhost:3000>, auto build when file changes:
mdbook serveWatch a set of Markdown files and automatically build when a file is changed:
mdbook watchCode Snippets
Create an mdbook project in the current directory
mdbook initCreate an mdbook project in a specific directory
mdbook init {{path/to/directory}}Clean the directory with the generated book
mdbook cleanServe a book at <http://localhost:3000>, auto build when file changes
mdbook serveWatch a set of Markdown files and automatically build when a file is changed
mdbook watchContext
tldr-pages: linux/mdbook
Revisions (0)
No revisions yet.