Merge "Publish Japanese Install Guide as draft"
This commit is contained in:
commit
9fcd3b6c47
@ -8,7 +8,7 @@ declare -A DIRECTORIES=(
|
||||
# books to be built
|
||||
declare -A BOOKS=(
|
||||
["fr"]="image-guide"
|
||||
["ja"]="image-guide user-guide user-guide-admin"
|
||||
["ja"]="image-guide user-guide user-guide-admin install-guide"
|
||||
["zh_CN"]="arch-design image-guide"
|
||||
)
|
||||
|
||||
@ -31,11 +31,11 @@ DOC_DIR="doc/"
|
||||
# Values need to match content in
|
||||
# project-config/jenkins/scripts/common_translation_update.sh
|
||||
declare -A SPECIAL_BOOKS=(
|
||||
["admin-guide-cloud"]="RST"
|
||||
["install-guide"]="RST"
|
||||
["networking-guide"]="RST"
|
||||
["user-guide"]="RST"
|
||||
["user-guide-admin"]="RST"
|
||||
["admin-guide-cloud"]="RST"
|
||||
# Skip guide while it's created
|
||||
["contributor-guide"]="skip"
|
||||
# This needs special handling, handle it with the RST tools.
|
||||
|
@ -8,7 +8,7 @@ hacking>=0.10.0,<0.11
|
||||
|
||||
beautifulsoup4
|
||||
Jinja2>=2.6 # BSD License (3 clause)
|
||||
openstack-doc-tools>=0.28
|
||||
openstack-doc-tools>=0.30
|
||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||
openstackdocstheme>=1.0.7
|
||||
doc8 # Apache-2.0
|
||||
|
@ -99,7 +99,12 @@
|
||||
<h4>French (fr)</h4>
|
||||
<a href="/draft/fr/image-guide/content/">Virtual Maching Image Guide</a>
|
||||
<h4>Japanese (ja)</h4>
|
||||
<a href="/ja/openstack-ops/content/">Operations Guide</a>
|
||||
<a href="/ja/openstack-ops/content/">Operations
|
||||
Guide</a>
|
||||
<a href="/draft/ja/install-guide-obs/">インストールガイド openSUSE 13.2、SUSE Linux Enterprise Server 12 版 (ドラフト版)</a>
|
||||
<a href="/draft/ja/install-guide-rdo">インストールガイド Red Hat Enterprise Linux 7、CentOS 7、Fedora 21 版 (ドラフト版)</a>
|
||||
<a href="/draft/ja/install-guide-ubuntu/">インストールガイド Ubuntu 14.04 (LTS) 版 (ドラフト版)</a>
|
||||
<a href="/draft/ja/install-guide-debian/">インストールガイド Debian 8</a>
|
||||
<h4>Spanish (es)</h4>
|
||||
<a href="/es/api/quick-start/content/index.html">API Quick Start</a>
|
||||
<h4>Vietnamese (vi_VN)</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user