Skip to content

TimvdLippe/book

 
 

Repository files navigation

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.15' --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

About

The Servo Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 34.6%
  • JavaScript 34.0%
  • CSS 25.2%
  • Nix 6.2%