1a201a9f8c
- 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
21 lines
498 B
Plaintext
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/"
|