Build for more languages
Build guides for all languages that have translations. Change-Id: I193642e0a1e212b06352e514fda818283c4a238e
This commit is contained in:
parent
c2c5c9c394
commit
2a815fd15f
@ -5,17 +5,23 @@ declare -A DIRECTORIES=(
|
||||
# books to be built
|
||||
declare -A BOOKS=(
|
||||
["cs"]="install-guide"
|
||||
["de"]="install-guide"
|
||||
["fr"]="install-guide"
|
||||
["id"]="install-guide"
|
||||
["ja"]="ha-guide image-guide install-guide networking-guide ops-guide user-guide"
|
||||
["ko_KR"]="install-guide"
|
||||
["zh_CN"]="install-guide"
|
||||
)
|
||||
|
||||
# draft books
|
||||
declare -A DRAFTS=(
|
||||
["cs"]="install-guide"
|
||||
["de"]="install-guide"
|
||||
["fr"]="install-guide"
|
||||
["id"]="install-guide"
|
||||
["ja"]="ha-guide install-guide networking-guide ops-guide"
|
||||
["ko_KR"]="install-guide"
|
||||
["zh_CN"]="install-guide"
|
||||
)
|
||||
|
||||
# Where does the top-level pom live?
|
||||
|
Loading…
x
Reference in New Issue
Block a user