/book

The Servo Book

Primary LanguageJavaScript

The Servo Book

https://book.servo.org

To render the book locally:

$ cargo install mdbook --vers '^0.4' --locked
$ cargo install mdbook-mermaid --vers '^0.13' --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.