[docs] Moves cover images to side-by-side

This commit is contained in:
Nemo 2019-02-03 13:26:21 +05:30 committed by GitHub
parent f6729dce08
commit f6bed7d3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -6,11 +6,9 @@ Original sources are downloaded from https://landing.google.com/sre/books
# Books # Books
## Site Reliability Engineering (2016) |Site Reliability Engineering (2016)|The Site Reliability Workbook (2018)|
<img src="cover/sre-book.jpg" width="320" alt="site reliability engineering cover" > |-----------------------------------|------------------------------------|
|<img src="cover/sre-book.jpg" width="320" alt="site reliability engineering cover" />|<img src="cover/workbook.jpg" width="320" alt="the site reliability workbook cover" />|
## The Site Reliability Workbook (2018)
<img src="cover/workbook.jpg" width="320" alt="the site reliability workbook cover" >
# Build # Build
@ -22,7 +20,7 @@ Requirements:
You can generate either of books using `BOOK_SLUG` variable. You can generate either of books using `BOOK_SLUG` variable.
Available values for `BOOK_SLUG`: Available values for *`BOOK_SLUG`*:
- `sre_book` Site Reliability Engineering. - `sre_book` Site Reliability Engineering.
- `srw_book` The Site Reliability Workbook. - `srw_book` The Site Reliability Workbook.