openstack-manuals/doc-tools-check-languages.conf
Alexandra Settle 8454a103ac [arch-guide-archive] Removing old arch guide from master
This still exists in the before-migration tag. Removing
from master as no longer required.

Change-Id: Ie7f050518e6faca46f923ee960414f690ed59253
2017-08-08 11:42:07 +01:00

37 lines
919 B
Plaintext

# directories to be set up
declare -A DIRECTORIES=(
)
# books to be built
declare -A BOOKS=(
["cs"]="install-guide"
["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"
["ha-guide"]="RST"
["image-guide"]="RST"
["install-guide"]="RST"
# Do not translate
["admin-guide"]="skip"
["arch-design"]="skip"
["contributor-guide"]="skip"
["releasenotes"]="skip"
["ha-guide-draft"]="skip"
)