GitHunt
DE

delan/servo-book

The Servo Book

The Servo Book

https://book.servo.org

To render the book locally:

$ cargo install mdbook --vers '^0.5' --locked
$ cargo install mdbook-mermaid --vers '^0.17' --locked
$ mdbook serve --open

Or if you have Nix (the package manager):

$ nix-shell --run 'mdbook serve --open'

This book is a work in progress!
In the table of contents, * denotes chapters that were recently added or imported from older docs, and still need to be copyedited or reworked.

Adding a new page

To add a new page to the book:

  1. Create the new markdown page in the desired subdirectory of src/
  2. Add a new link to SUMMARY.md with the relative path to the new file

Languages

Python46.4%Shell18.5%JavaScript18.2%CSS13.5%Nix3.3%
Created January 21, 2026
Updated January 22, 2026