Publish Japanese ops-guide as draft

We have first translations, publish the guide.

Change-Id: I63c3288125e4a614428a7ab1175809b4855d50f2
This commit is contained in:
Andreas Jaeger 2016-06-03 08:50:26 +02:00
parent 01df166a50
commit e18e263713
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ declare -A DIRECTORIES=(
declare -A BOOKS=(
["cs"]="install-guide"
["fr"]="install-guide"
["ja"]="ha-guide image-guide install-guide networking-guide user-guide"
["ja"]="ha-guide image-guide install-guide networking-guide ops-guide user-guide"
["ko_KR"]="install-guide"
)
@ -14,7 +14,7 @@ declare -A BOOKS=(
declare -A DRAFTS=(
["cs"]="install-guide"
["fr"]="install-guide"
["ja"]="ha-guide install-guide networking-guide"
["ja"]="ha-guide install-guide networking-guide ops-guide"
["ko_KR"]="install-guide"
)