diff --git a/README.md b/README.md index 70532ea..65ad785 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Original sources are downloaded from https://landing.google.com/sre/books # Books -## Site Reliability Engineering +## Site Reliability Engineering (2016) site reliability engineering cover -## The Site Reliability Workbook +## The Site Reliability Workbook (2018) the site reliability workbook cover # Build @@ -24,6 +24,7 @@ You can generate either of books using `BOOK_SLUG` variable. Available values for `BOOK_SLUG`: - `sre_book` Site Reliability Engineering. + - `srw_book` The Site Reliability Workbook. ``` $ docker run --rm --volume "$(pwd):/output" captn3m0/google-sre-ebook:latest -e BOOK_SLUG='sre_book' diff --git a/books.sh b/books.sh index f09d220..5de308f 100644 --- a/books.sh +++ b/books.sh @@ -12,4 +12,14 @@ BOOKS=( ' ) + # Site Reliability Workbook + ["SRW_BOOK"]=$( + echo ' + BOOK_NAME=workbook + BOOK_NAME_FULL=The Site Reliability Workbook + BOOK_FILE=google-sre-workbook + BOOK_TOC_URL=https://landing.google.com/sre/workbook/toc/index.html + ' + ) + ) diff --git a/metadata/workbook.xml b/metadata/workbook.xml new file mode 100644 index 0000000..7f161bf --- /dev/null +++ b/metadata/workbook.xml @@ -0,0 +1,11 @@ +1492029459 +978-1492029458 +The Site Reliability Workbook: Practical Ways to Implement SRE +2018-08-10 +en-US + +Betsy Beyer +Niall Richard Murphy +David K. Rensin +Kent Kawahara +Stephen Thorne