diff --git a/doc-tools-check-languages.conf b/doc-tools-check-languages.conf deleted file mode 100644 index fe016b23..00000000 --- a/doc-tools-check-languages.conf +++ /dev/null @@ -1,18 +0,0 @@ -# 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"