api-site/doc-tools-check-languages.conf
Andreas Jaeger 9160bc9aa1 API Quick Start Translations
Setup Japanese API Quick Start for building and checking.
Markup German not anymore as draft.

Do not publish content anymore on docs.openstack.org, our
jobs are going to use publishlang-api to publish on
developer.openstack.org instead.

Change-Id: I67d777a6c271fc8dc1ebe3e75b81a09e7c5c3efb
2015-10-10 09:13:57 +02:00

51 lines
1.3 KiB
Plaintext

# IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT
# Note that we publish all files to developer.openstack.org using
# "tox -e publishlang-api".
# Our script doc-tools-check-languages places guides in the wrong
# directories, they need to be moved in tox.ini manually to the right
# place for publishing.
# We publish:
# The api-quick-start at:
# http:/developer.openstack.org/LANG/api-guide/quick-start or
# http://developer.openstack.org/draft/LANG/api-guide/quick-start
# directories to be set up
declare -A DIRECTORIES=(
)
# books to be built
declare -A BOOKS=(
# See comment at start of file and update tox.ini as well if you
# change anything here.
["de"]="api-quick-start"
["ja"]="api-quick-start"
)
# draft books
declare -A DRAFTS=(
# See comment at start of file and update tox.ini as well if you
# change anything here.
# Example:
#["de"]="api-quick-start"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE="pom.xml"
# Location of doc dir
DOC_DIR="./"
# Books with special handling
# Values need to match content in project-config/jenkins/scripts/common_translation_update.sh
declare -A SPECIAL_BOOKS
SPECIAL_BOOKS=(
["api-quick-start"]="RST"
["firstapp"]="RST"
# These are translated in openstack-manuals
["common-rst"]="skip"
)