Fix networking-guide publishing

We need to mark the guide as draft guide since it's versioned, otherwise
it will not end at /newton.

Change-Id: I95962c19e3ca6baa130d5bb50b356deeb37ee480
This commit is contained in:
Andreas Jaeger
2016-11-18 14:16:45 +01:00
parent fee9331b58
commit ef03260932

View File

@@ -19,7 +19,7 @@ declare -A DRAFTS=(
["de"]="install-guide"
["fr"]="install-guide"
["id"]="install-guide"
["ja"]="install-guide"
["ja"]="install-guide networking-guide"
["ko_KR"]="install-guide"
["zh_CN"]="install-guide"
)