Publish draft language guides under /draft

Publish draft documentation on docs.openstack.org/draft.

For now these are all Install Guides and the French Image Guide.

Update wiki pages for new links.

Partially implements bp draft-publishing

Change-Id: I319a52f7bc9982ab172fbbbaeb0a22a7642b5b07
This commit is contained in:
Andreas Jaeger 2015-04-18 19:40:43 +02:00
parent 8e6074a489
commit dab9cf0dbe
5 changed files with 24 additions and 14 deletions

View File

@ -14,6 +14,14 @@ declare -A BOOKS=(
["zh_CN"]="arch-design image-guide install-guide"
)
# draft books
declare -A DRAFTS=(
["fr"]="image-guide"
["ja"]="install-guide"
["pt_BR"]="install-guide"
["zh_CN"]="install-guide"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE="doc/pom.xml"

View File

@ -137,7 +137,8 @@ commands = doc-tools-check-languages doc-tools-check-languages.conf test {posarg
# use sitepackages.
sitepackages=True
whitelist_externals = doc-tools-check-languages
commands = doc-tools-check-languages doc-tools-check-languages.conf publish all
commands =
doc-tools-check-languages doc-tools-check-languages.conf publish all
[testenv:generatepot-rst]
# Generate POT files for translation, needs {posargs} like:

View File

@ -85,9 +85,14 @@
Translated Guides</h3>
<h4>Catalan (ca)</h4>
<a href="/ca/api/quick-start/content/index.html">API Quick Start</a>
<h4>Chinese (zh_CN)</h4>
<a href="/ca/api/quick-start/content/index.html">API Quick Start</a>
<a href="/draft/zh_CN/install-guide/install/zypper/content/">Installation Guide for openSUSE 13.2 and SUSE Linux Enterprise Server 12</a>
<a href="/draft/zh_CN/install-guide/install/yum/content/">Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 21</a>
<a href="/draft/zh_CN/install-guide/install/apt/content/">Installation Guide for Ubuntu 14.04 (LTS)</a>
<h4>French (fr)</h4>
<a href="/fr/user-guide/content/">User Guide</a>
<a href="/fr/image-guide/content/">Virtual Maching Image Guide</a>
<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>
<h4>Spanish (es)</h4>

View File

@ -63,10 +63,9 @@
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i> インストールガイド</h3>
<a href="/ja/trunk/install-guide/install/apt-debian/content/">インストールガイド Debian 7.0 版 (ドラフト版)</a>
<a href="/ja/trunk/install-guide/install/zypper/content/">インストールガイド openSUSE 13.1、SUSE Linux Enterprise Server 11 版 (ドラフト版)</a>
<a href="/ja/trunk/install-guide/install/yum/content/">インストールガイド Red Hat Enterprise Linux 7、CentOS 7、Fedora 20 版 (ドラフト版)</a>
<a href="/ja/trunk/install-guide/install/apt/content/">インストールガイド Ubuntu 14.04 (LTS) 版 (ドラフト版)</a>
<a href="/draft/ja/install-guide/install/zypper/content/">インストールガイド openSUSE 13.2、SUSE Linux Enterprise Server 12 版 (ドラフト版)</a>
<a href="/draft/ja/install-guide/install/yum/content/">インストールガイド Red Hat Enterprise Linux 7、CentOS 7、Fedora 21 版 (ドラフト版)</a>
<a href="/draft/ja/install-guide/install/apt/content/">インストールガイド Ubuntu 14.04 (LTS) 版 (ドラフト版)</a>
</div>
<div class="docs-link-sections">
<h3 id="configuration-guides"><i class="fa fa-wrench"></i> 設定ガイド</h3>

View File

@ -24,16 +24,13 @@ Esta página lista a documentação OpenStack traduzidas para o português.
<div class="docs-link-sections">
<h3><i class="fa fa-cogs"></i> Instale OpenStack</h3>
<a href="http://docs.openstack.org/pt_BR/trunk/install-guide/install/apt-debian/content/">
Guia de Instalação do Debian 7
<a href="http://docs.openstack.org/draft/pt_BR/install-guide/install/zypper/content/">
Guia de Instalação para o openSUSE 13.2 e SUSE Linux Enterprise Server 12
</a>
<a href="http://docs.openstack.org/pt_BR/trunk/install-guide/install/zypper/content/">
Guia de Instalação para o openSUSE 13.1 e SUSE Linux Enterprise Server 11 SP3
<a href="http://docs.openstack.org/draft/pt_BR/install-guide/install/yum/content/">
Guia de Instalação do Red Hat Enterprise Linux 7, CentOS 7, e Fedora 21
</a>
<a href="http://docs.openstack.org/pt_BR/trunk/install-guide/install/yum/content/">
Guia de Instalação do Red Hat Enterprise Linux 7, CentOS 7, e Fedora 20
</a>
<a href="http://docs.openstack.org/pt_BR/trunk/install-guide/install/apt/content/">
<a href="http://docs.openstack.org/draft/pt_BR/install-guide/install/apt/content/">
Guia de Instalação do Ubuntu 14.04
</a>
</div>