Build Simplified Chinese Guides
Build Simplied Chinese Guides and add them also to drafts page for evaluation. Change-Id: I8b9551ec9954927aa232cc78a1c4686cc33911dc
This commit is contained in:
parent
200a1df9a2
commit
0f0489d377
@ -1,15 +1,17 @@
|
|||||||
# directories to be set up
|
# directories to be set up
|
||||||
declare -A DIRECTORIES=(
|
declare -A DIRECTORIES=(
|
||||||
["ja"]="common glossary image-guide install-guide user-guide user-guide-admin"
|
|
||||||
["fr"]="common glossary user-guide image-guide"
|
["fr"]="common glossary user-guide image-guide"
|
||||||
|
["ja"]="common glossary image-guide install-guide user-guide user-guide-admin"
|
||||||
["pt_BR"]="common install-guide"
|
["pt_BR"]="common install-guide"
|
||||||
|
["zh_CN"]="common glossary arch-design image-guide"
|
||||||
)
|
)
|
||||||
|
|
||||||
# books to be built
|
# books to be built
|
||||||
declare -A BOOKS=(
|
declare -A BOOKS=(
|
||||||
["ja"]="image-guide install-guide user-guide user-guide-admin"
|
|
||||||
["fr"]="user-guide image-guide"
|
["fr"]="user-guide image-guide"
|
||||||
|
["ja"]="image-guide install-guide user-guide user-guide-admin"
|
||||||
["pt_BR"]="install-guide"
|
["pt_BR"]="install-guide"
|
||||||
|
["zh_CN"]="arch-design image-guide"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Where does the top-level pom live?
|
# Where does the top-level pom live?
|
||||||
|
@ -56,6 +56,27 @@
|
|||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<ul class="subsectionNav">
|
||||||
|
<li class="link">
|
||||||
|
<a>
|
||||||
|
Simplified Chinese (zh_CN)
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<dl>
|
||||||
|
<dd>
|
||||||
|
<a href="http://docs.openstack.org/zh_CN/arch-design/content/index.html">
|
||||||
|
Architecture Design Guide
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<dl>
|
||||||
|
<dd>
|
||||||
|
<a href="http://docs.openstack.org/zh_CN/image-guide/content/index.html">
|
||||||
|
Virtual Machine Image Guide
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
<ul class="subsectionNav">
|
<ul class="subsectionNav">
|
||||||
<li class="link">
|
<li class="link">
|
||||||
<a>
|
<a>
|
||||||
|
Loading…
Reference in New Issue
Block a user