| commit | 9cb90f537bc23cdf3822858c0ff48523d35d6c43 | [log] [tgz] |
|---|---|---|
| author | Jim Shargo <jshargo@chromium.org> | Fri Jun 24 17:25:32 2022 |
| committer | Jim Shargo <jshargo@chromium.org> | Thu Jul 14 22:20:38 2022 |
| tree | fc85a005e90df60bae10d018c9d8a6eb42dc154e | |
| parent | b25faa62cac0db8da83d31bf1174c0fec093c16a [diff] |
book: Add git repository link Change-Id: I20a69b484d773fe72a698758b795977ce05a8cdd Reviewed-on: https://chromium-review.googlesource.com/c/graphics-book/+/3728070 Reviewed-by: Jim Shargo <jshargo@chromium.org>
This is the source code for a public book and living document capturing the high level architecture and low-level details of graphics in Chrome and ChromeOS.
This book is currently written with https://rust-lang.github.io/mdBook/
First, install mdbook following the guide [0].
Then, to build and run the book locally, run the command mdbook serve. This will start a local server that you can connect to at localhost:3000.
[0] https://rust-lang.github.io/mdBook/guide/installation.html
The book is currently deployed at firebase. The public URL is https://graphics-book.web.app.
With the appropriate permissions on the project, one can build and push the book like so:
$ mdbook build && firebase deploy