Add language links to developer.o.o front page
refresh index page with better structure * added language links for firstapp-libcloud * added language links for firstapp-shade * added language links for api-guide/quickstart * fix list structure at the end of the page Change-Id: Ieea4c92bd86a3f6006e1827e84ccfbed45ac8931
This commit is contained in:
parent
d3dd598065
commit
90f44445d2
@ -61,8 +61,24 @@
|
||||
</p>
|
||||
<h3>OpenStack FirstApp</h3>
|
||||
<ul>
|
||||
<li><a href="https://developer.openstack.org/firstapp-libcloud/">FirstApp with the Libcloud public Python library</a></li>
|
||||
<li><a href="https://developer.openstack.org/firstapp-shade/">FirstApp using the OpenStack Shade SDK</a></li>
|
||||
<li><a href="firstapp-libcloud/">FirstApp with the Libcloud public Python library (en)</a>
|
||||
<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>
|
||||
</div>
|
||||
<div id="refarch">
|
||||
@ -91,45 +107,55 @@
|
||||
</div>
|
||||
<div id="api">
|
||||
<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>
|
||||
<li><a href="https://developer.openstack.org/de/api-guide/quick-start/">German (de)</a></li>
|
||||
<li><a href="https://developer.openstack.org/id/api-guide/quick-start/">Indonesian (id)</a></li>
|
||||
<li><a href="https://developer.openstack.org/ja/api-guide/quick-start/">Japanese (ja)</a></li>
|
||||
<li><a href="https://developer.openstack.org/ko_KR/api-guide/quick-start/">Korean (ko_KR)</a></li>
|
||||
<li><a href="https://developer.openstack.org/zh_CN/api-guide/quick-start/">Chinese (zh_CN)</a></li>
|
||||
<li>
|
||||
An application programming interface (API) lets you access service
|
||||
capabilities through predefined functions.
|
||||
</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>
|
||||
<br>
|
||||
</div>
|
||||
<div id="cli" class="btn-wrapper">
|
||||
<div id="cli">
|
||||
<h2>CLIs</h2>
|
||||
<p>
|
||||
A command-line interface (CLI) is a text-based client that helps
|
||||
you create scripts to interact with OpenStack clouds.
|
||||
</p>
|
||||
<p>
|
||||
To install the CLIs, see <a target="_top" class="link"
|
||||
href="https://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html">Install the CLIs</a>.
|
||||
</p>
|
||||
<p>
|
||||
To use the CLIs, see <a class="link" href="https://docs.openstack.org/user-guide/cli.html"
|
||||
target="_top">OpenStack command-line clients</a>.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
A command-line interface (CLI) is a text-based client that helps
|
||||
you create scripts to interact with OpenStack clouds.
|
||||
</li>
|
||||
<li>
|
||||
To install the CLIs, see <a target="_top" class="link"
|
||||
href="https://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html">Install the CLIs</a>.
|
||||
</li>
|
||||
<li>
|
||||
To use the CLIs, see <a class="link" href="https://docs.openstack.org/user-guide/cli.html"
|
||||
target="_top">OpenStack command-line clients</a>.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="links" class="btn-wrapper">
|
||||
<div id="links">
|
||||
<h2>More Links</h2>
|
||||
<p>
|
||||
<a target="_top" class="link" href="https://www.openstack.org/appdev/">OpenStack for App Developers</a>.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a target="_top" class="link" href="https://www.openstack.org/appdev/">OpenStack for App Developers</a>.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user