openstack-doc-tools/bin/doc-tools-check-languages.conf
Andreas Jaeger eccac102db Cleanup doc-tools-check-languages
Remove obsolete content.

Change-Id: Ibbb7ee0c3ebc7d6594c580d48d9846abb67cd324
2017-08-02 20:36:44 +02:00

19 lines
458 B
Plaintext

# Example configuration for the languages 'ja' and 'fr'.
# Books to build
declare -A BOOKS=(
["ja"]="high-availability-guide image-guide install-guide user-guide"
["fr"]="user-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
SPECIAL_BOOKS=(
["user-guides"]="RST"
["networking-guide"]="skip"
)