operations-guide/doc-tools-check-languages.conf
Andreas Jaeger 4363c9c265 Add doc-tools-check-languages.conf
Add config file for language checking.

Change-Id: I72ea5842f2beb95e1f381b9a376fcedfb61fd2d8
2014-08-16 06:59:03 +02:00

19 lines
330 B
Plaintext

# Example configuration for the languages 'ja' and 'fr'.
# Directories to set up
declare -A DIRECTORIES=(
["ja"]="openstack-ops glossary"
)
# Books to build
declare -A BOOKS=(
["ja"]="openstack-ops"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE=""
# Location of doc dir
DOC_DIR="doc/"