Merge "Add language links to developer.o.o front page"

This commit is contained in:
Zuul 2018-04-25 21:04:25 +00:00 committed by Gerrit Code Review
commit 8586a5c693

View File

@ -61,8 +61,24 @@
</p> </p>
<h3>OpenStack FirstApp</h3> <h3>OpenStack FirstApp</h3>
<ul> <ul>
<li><a href="https://developer.openstack.org/firstapp-libcloud/">FirstApp with the Libcloud public Python library</a></li> <li><a href="firstapp-libcloud/">FirstApp with the Libcloud public Python library (en)</a>
<li><a href="https://developer.openstack.org/firstapp-shade/">FirstApp using the OpenStack Shade SDK</a></li> <br/>
Translations:
<ul>
<li><a href="de/firstapp-libcloud/"> German (de)</a></li>
<li><a href="id/firstapp-libcloud/"> Indonesian (id)</a></li>
<li><a href="tr_TR/firstapp-libcloud/"> Turkish (tr_TR)</a></li>
</ul>
</li>
<li><a href="firstapp-shade/">FirstApp using the OpenStack Shade SDK (en)</a>
<br/>
Translations:
<ul>
<li><a href="de/firstapp-shade/"> German (de)</a></li>
<li><a href="id/firstapp-shade/"> Indonesian (id)</a></li>
<li><a href="tr_TR/firstapp-shade/"> Turkish (tr_TR)</a></li>
</ul>
</li>
</ul> </ul>
</div> </div>
<div id="refarch"> <div id="refarch">
@ -91,45 +107,55 @@
</div> </div>
<div id="api"> <div id="api">
<h2>APIs</h2> <h2>APIs</h2>
<p>
An application programming interface (API) lets you access service
capabilities through predefined functions.
</p>
<p>
To learn how to use the APIs, see the <a
href="https://developer.openstack.org/api-guide/quick-start/">OpenStack
API Guide</a>. All documented OpenStack APIs are listed on the <a href="https://docs.openstack.org/api/">API Reference Guide page</a>.
</p>
<h3>Translations</h3>
<ul> <ul>
<li><a href="https://developer.openstack.org/de/api-guide/quick-start/">German (de)</a></li> <li>
<li><a href="https://developer.openstack.org/id/api-guide/quick-start/">Indonesian (id)</a></li> An application programming interface (API) lets you access service
<li><a href="https://developer.openstack.org/ja/api-guide/quick-start/">Japanese (ja)</a></li> capabilities through predefined functions.
<li><a href="https://developer.openstack.org/ko_KR/api-guide/quick-start/">Korean (ko_KR)</a></li> </li>
<li><a href="https://developer.openstack.org/zh_CN/api-guide/quick-start/">Chinese (zh_CN)</a></li> <li>
To learn how to use the APIs, see the <a
href="api-guide/quick-start/">OpenStack
API Guide (en)</a>.
<br/>
Translations:
<ul>
<li><a href="de/api-guide/quick-start/">German (de)</a></li>
<li><a href="eo/api-guide/quick-start/">Esperanto (eo)</a></li>
<li><a href="id/api-guide/quick-start/">Indonesian (id)</a></li>
<li><a href="ja/api-guide/quick-start/">Japanese (ja)</a></li>
<li><a href="ko_KR/api-guide/quick-start/">Korean (ko_KR)</a></li>
<li><a href="zh_CN/api-guide/quick-start/">Chinese (zh_CN)</a></li>
</ul>
</li>
<li>
All documented OpenStack APIs are listed on the <a href="https://docs.openstack.org/api/">API Reference Guide page</a>.
</li>
</ul> </ul>
<br>
</div> </div>
<div id="cli" class="btn-wrapper"> <div id="cli">
<h2>CLIs</h2> <h2>CLIs</h2>
<p> <ul>
A command-line interface (CLI) is a text-based client that helps <li>
you create scripts to interact with OpenStack clouds. A command-line interface (CLI) is a text-based client that helps
</p> you create scripts to interact with OpenStack clouds.
<p> </li>
To install the CLIs, see <a target="_top" class="link" <li>
href="https://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html">Install the CLIs</a>. To install the CLIs, see <a target="_top" class="link"
</p> href="https://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html">Install the CLIs</a>.
<p> </li>
To use the CLIs, see <a class="link" href="https://docs.openstack.org/user-guide/cli.html" <li>
target="_top">OpenStack command-line clients</a>. To use the CLIs, see <a class="link" href="https://docs.openstack.org/user-guide/cli.html"
</p> target="_top">OpenStack command-line clients</a>.
</li>
</ul>
</div> </div>
<div id="links" class="btn-wrapper"> <div id="links">
<h2>More Links</h2> <h2>More Links</h2>
<p> <ul>
<a target="_top" class="link" href="https://www.openstack.org/appdev/">OpenStack for App Developers</a>. <li>
</p> <a target="_top" class="link" href="https://www.openstack.org/appdev/">OpenStack for App Developers</a>.
</li>
</ul>
</div> </div>
</div> </div>
<!-- End Page Content --> <!-- End Page Content -->