book: Start "Chrome Architecture" section

Change-Id: Ifa920d040bc500c12c527f2eb4781206734da261
Reviewed-on: https://chromium-review.googlesource.com/c/graphics-book/+/3728072
Reviewed-by: Jim Shargo <jshargo@chromium.org>
6 files changed
tree: 98b8c61bc13c0f350a680137852de9329c8cbf8d
  1. src/
  2. .firebaserc
  3. .gitignore
  4. book.toml
  5. firebase.json
  6. PRESUBMIT.py
  7. README.md
README.md

The Chrome Graphics Book

About

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/

How To: Run the book locally

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

Deployment

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