
Setup the same way the other repos are setup. Note that currently no jobs are run since training-guides has no localization. But let's keep the setup in sync. Change-Id: I7e9ced06c3ad9997d7f790a5a4d507fa13ef0490
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
# Example configuration for the language 'ja'
|
|
|
|
# Directories to set up
|
|
declare -A DIRECTORIES=(
|
|
["ja"]="training-guides"
|
|
)
|
|
|
|
# Books to build
|
|
declare -A BOOKS=(
|
|
["ja"]="training-guides"
|
|
)
|
|
|
|
# Where does the top-level pom live?
|
|
# Set to empty to not copy it.
|
|
POM_FILE=""
|
|
|
|
# Location of doc dir
|
|
DOC_DIR="doc"
|