openstack-manuals/doc-tools-check-languages.conf
Anne Gentle 1a201a9f8c Removes the doc/high-availability-guide directory
- This document has moved to a new repo, openstack/ha-guide (https://git.openstack.org/cgit/openstack/ha-guide/)

Also, adjust files referencing it.

Change-Id: Ia6c0747fd00d0447ab26c61a2e24f5546bce2f0a
2014-09-19 19:30:18 +02:00

21 lines
498 B
Plaintext

# Example configuration for the languages 'ja' and 'fr'.
# directories to be set up
declare -A DIRECTORIES=(
["ja"]="common glossary image-guide install-guide user-guide user-guide-admin"
["fr"]="common glossary user-guide"
)
# books to be built
declare -A BOOKS=(
["ja"]="image-guide install-guide user-guide user-guide-admin"
["fr"]="user-guide"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE="doc/pom.xml"
# Location of doc dir
DOC_DIR="doc/"