openstack-manuals/doc-tools-check-languages.conf
Sean McGinnis 67bad97c52
Remove ha-guide docs to avoid conflict
The ha-guide repo is being restored and owned by the Operations
Documentation SIG. Until the openstack-manuals content is removed,
patches merged to either repo will overwrite the content of the web
site.

Depends-on: https://review.openstack.org/#/c/603219/

Change-Id: Iabd74139d1d73016563d0cfd30cf8ed6a3e1fc57
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-09-19 13:44:26 -05:00

35 lines
880 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"
["ha-guide-draft"]="skip"
)