[ops-guide] Enable translation

RST conversion is almost finished.

Change-Id: I49b28e1e5d9cb6ee92b1893cd488938b6c1401dc
Implements: blueprint ops-guide-rst
This commit is contained in:
KATO Tomoyuki 2016-05-08 22:02:01 +09:00
parent 1108de4cd4
commit fd0dc05a86
1 changed files with 1 additions and 2 deletions

View File

@ -37,6 +37,7 @@ declare -A SPECIAL_BOOKS=(
["image-guide"]="RST"
["install-guide"]="RST"
["networking-guide"]="RST"
["ops-guide"]="RST"
["user-guide"]="RST"
# Do not translate
["cli-reference"]="skip"
@ -45,6 +46,4 @@ declare -A SPECIAL_BOOKS=(
["releasenotes"]="skip"
# Skip arch design while its being revised
["arch-design-draft"]="skip"
# Skip ops-guide while its being revised
["ops-guide"]="skip"
)