api-site/doc-tools-check-languages.conf
Andreas Jaeger f58477ef61 FirstApp: Move source directory up, rename top-level dir
For the RST guides, we do not need doc/source, since doc is always
empty. Use source directly.

This syncs the setup used here with openstack-manuals.

Rename top-level from openstack-firstapp to firstapp, there's no need
for the long name in this repo.

Change-Id: If4e11a4f90d580876865348e0d88b92cec4b6659
2015-05-01 17:22:46 +02:00

38 lines
888 B
Plaintext

# Example configuration for the languages 'ja' and 'fr'.
# directories to be set up
declare -A DIRECTORIES=(
["ca"]="api-quick-start"
["de"]="api-quick-start"
["es"]="api-quick-start"
["fr"]="api-quick-start"
["ja"]="api-quick-start"
["ko_KR"]="api-quick-start"
["zh_CN"]="api-quick-start"
)
# books to be built
declare -A BOOKS=(
["ca"]="api-quick-start"
["de"]="api-quick-start"
["es"]="api-quick-start"
["fr"]="api-quick-start"
["ja"]="api-quick-start"
["ko_KR"]="api-quick-start"
["zh_CN"]="api-quick-start"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE="pom.xml"
# Location of doc dir
DOC_DIR="./"
# Books with special handling
# Values need to match content in project-config/jenkins/scripts/common_translation_update.sh
declare -A SPECIAL_BOOKS
SPECIAL_BOOKS=(
["firstapp"]="skip"
)