openstack-manuals/doc-tools-check-languages.conf
Andreas Jaeger a9f79f595e Do not built cs Install Guide
Change Idfe4e8d423901ae7a83ee241ee3a50658bb20cf9 removes the cs
translation, so do not build the guide anymore.

Change-Id: Ia831dd40d834366fc4c0f81cd416691051d1cf6e
Needed-By: Idfe4e8d423901ae7a83ee241ee3a50658bb20cf9
2017-08-22 09:29:06 +02:00

36 lines
888 B
Plaintext

# directories to be set up
declare -A DIRECTORIES=(
)
# books to be built
declare -A BOOKS=(
["de"]="install-guide"
["fr"]="install-guide"
["id"]="image-guide install-guide"
["ja"]="ha-guide image-guide install-guide"
["ko_KR"]="install-guide"
["ru"]="install-guide"
["tr_TR"]="image-guide install-guide"
["zh_CN"]="install-guide"
)
# Location of doc dir
DOC_DIR="doc/"
# Books with special handling.
# Values need to match content in
# project-config/jenkins/scripts/common_translation_update.sh
declare -A SPECIAL_BOOKS=(
# This needs special handling, handle it with the RST tools.
["common"]="RST"
["glossary"]="RST"
["ha-guide"]="RST"
["image-guide"]="RST"
["install-guide"]="RST"
# Do not translate
["arch-design"]="skip"
["contributor-guide"]="skip"
["releasenotes"]="skip"
["ha-guide-draft"]="skip"
)