The design documentation is written in Markdown with some extended features and lives in design/. mdBook builds it into a book, with the output written to .design_html/.
Note
mdBook processes the Markdown source through preprocessors and a renderer (backend), producing a static HTML site by default.
SUMMARY.md defines the structure and page hierarchy of the book. Every page must be listed there to appear in the rendered output.