| commit | e333c5ae3e33b4eb3eeaff44ec11ed42ad613136 | [log] [tgz] |
|---|---|---|
| author | Jim Shargo <jshargo@chromium.org> | Fri Jun 24 17:28:35 2022 |
| committer | Jim Shargo <jshargo@chromium.org> | Thu Jul 14 22:20:38 2022 |
| tree | b48d0c0b795b420d4c808846a95d140f4b5ba35d | |
| parent | 9cb90f537bc23cdf3822858c0ff48523d35d6c43 [diff] |
book: Add ToC and intro/about pages This change adds new a full ToC and empty pages that match the original doc. Included are a few key new pages: - Introduction (covering what the book is about and how to help) - About (listing technologies used and additional information) - Contributors (listing folks who've helped and how) Change-Id: I7a47ea274e3ede02bae0e211f3a142f6a0ce97ce Reviewed-on: https://chromium-review.googlesource.com/c/graphics-book/+/3728071 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