Publish Japanese networking-guide as draft

Japanese team have translated 83% of strings of networking guide.
It is time to publish it as draft.

Change-Id: I105a56799efaaa249db04729f09db1934a428ff6
This commit is contained in:
Akihiro Motoki 2015-11-23 18:19:06 +09:00
parent cafd893d04
commit 3fbd216c44

@ -8,14 +8,14 @@ declare -A DIRECTORIES=(
# books to be built
declare -A BOOKS=(
["fr"]="image-guide"
["ja"]="image-guide user-guide user-guide-admin install-guide"
["ja"]="image-guide user-guide user-guide-admin install-guide networking-guide"
["zh_CN"]="arch-design image-guide"
)
# draft books
declare -A DRAFTS=(
["fr"]="image-guide"
["ja"]="install-guide"
["ja"]="install-guide networking-guide"
)
# Where does the top-level pom live?