Publish the French Image Guide
Translation of the Image Guide into French is almost complete. This patch makes the necessary changes to publish it. Change-Id: I6db7bb513dde5cb163e5f0aa94cbfc6beae45591
This commit is contained in:
parent
543ee760bb
commit
3b4a75e1b7
@ -3,14 +3,14 @@
|
||||
# directories to be set up
|
||||
declare -A DIRECTORIES=(
|
||||
["ja"]="common glossary image-guide install-guide user-guide user-guide-admin"
|
||||
["fr"]="common glossary user-guide"
|
||||
["fr"]="common glossary user-guide image-guide"
|
||||
["pt_BR"]="common install-guide"
|
||||
)
|
||||
|
||||
# books to be built
|
||||
declare -A BOOKS=(
|
||||
["ja"]="image-guide install-guide user-guide user-guide-admin"
|
||||
["fr"]="user-guide"
|
||||
["fr"]="user-guide image-guide"
|
||||
["pt_BR"]="install-guide"
|
||||
)
|
||||
|
||||
|
@ -35,6 +35,12 @@
|
||||
User Guide
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="http://docs.openstack.org/fr/image-guide/content/">
|
||||
Virtual Maching Image Guide
|
||||
</a>
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
<ul class="subsectionNav">
|
||||
<li class="link">
|
||||
|
Loading…
Reference in New Issue
Block a user