Write Markdown files in the src directory and run mdbook build to generate HTML documentation.
Use standard Markdown syntax in your .md source files within the src directory, then run mdbook build to compile them into HTML documentation. The SUMMARY.md file defines the book structure, while book.toml configures output settings like CSS and JavaScript.
mdbook build
This command processes all Markdown files listed in SUMMARY.md and generates the final documentation in the book directory.
You write your documentation using standard Markdown text files, just like writing a blog post or a README. The mdbook tool reads these files and your table of contents to automatically generate a professional-looking website for your project. Think of it as a specialized printer that turns your plain text notes into a formatted manual.