Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Started

This sample documentation shows how to use mdBook in a simple repository.

Build

Run:

mdbook build

The generated HTML files will appear in the book/ directory.

Serve

Run:

mdbook serve

Then open http://localhost:3000 in your browser.