add support to generate multi book
parent
51dbd6c732
commit
609362e475
@ -0,0 +1,15 @@
|
||||
# Google SRE Books.
|
||||
declare -A BOOKS
|
||||
BOOKS=(
|
||||
|
||||
# Site Reliability Engineering
|
||||
["SRE_BOOK"]=$(
|
||||
echo '
|
||||
BOOK_NAME=sre-book
|
||||
BOOK_NAME_FULL=Site Reliability Engineering
|
||||
BOOK_FILE=google-sre-book
|
||||
BOOK_TOC_URL=https://landing.google.com/sre/sre-book/toc/index.html
|
||||
'
|
||||
)
|
||||
|
||||
)
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 199 KiB |
Loading…
Reference in New Issue