mdbook Command Examples 1. Create a mdbook project in the current directory: # mdbook init 2. Create a mdbook project in a specific directory: # mdbook init /path/to/directory 3. Clean the directory with the generated book: # mdbook clean 4. Serve a book at http://localhost:3000, auto...