openstack-manuals/doc-tools-check-languages.conf
Andreas Jaeger a7180f39b5 Remove ha-guide-draft
Change https://review.openstack.org/618057 imported the ha-guide-draft
into the ha-guide repo, we can delete this one now completely.

Change-Id: I477efa414b6130e8cea591b09544021345b4d045
2018-11-23 08:38:28 +01:00

34 lines
850 B
Plaintext

# directories to be set up
declare -A DIRECTORIES=(
)
# books to be built
declare -A BOOKS=(
["de"]="image-guide install-guide"
["fr"]="install-guide"
["id"]="image-guide install-guide"
["ja"]="image-guide install-guide"
["ko_KR"]="install-guide"
["ru"]="install-guide"
["tr_TR"]="arch-design 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"
["image-guide"]="RST"
["install-guide"]="RST"
# Do not translate
["arch-design"]="skip"
["doc-contrib-guide"]="skip"
["releasenotes"]="skip"
)