MyFirstApp: Official go for shade sdk
- Move shade to the published documents in the build script. - Add shade resources and documentation in developer.openstack.org Change-Id: I85885b1bd3a8ec641c36dce0338ad237aa35da50
This commit is contained in:
parent
03a2b8831c
commit
8d6626b061
@ -3,13 +3,13 @@
|
||||
mkdir -p publish-docs
|
||||
|
||||
# Publish documents to api-ref for developer.openstack.org
|
||||
for tag in libcloud; do
|
||||
for tag in libcloud shade; do
|
||||
tools/build-rst.sh firstapp \
|
||||
--tag ${tag} --target "api-ref/firstapp-${tag}"
|
||||
done
|
||||
|
||||
# Draft documents
|
||||
for tag in dotnet fog openstacksdk pkgcloud shade jclouds gophercloud; do
|
||||
for tag in dotnet fog openstacksdk pkgcloud jclouds gophercloud; do
|
||||
tools/build-rst.sh firstapp \
|
||||
--tag ${tag} --target "api-ref/draft/firstapp-${tag}"
|
||||
done
|
||||
|
@ -213,7 +213,7 @@
|
||||
<div class="col-md-4">
|
||||
<dl>
|
||||
<dt>
|
||||
SDK
|
||||
SDKs
|
||||
</dt>
|
||||
<dd>
|
||||
<a class="roundedButton" href="https://libcloud.apache.org/">
|
||||
@ -293,6 +293,67 @@
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<dl>
|
||||
<dd>
|
||||
<a class="roundedButton" href="http://docs.openstack.org/infra">
|
||||
Shade SDK
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<dl>
|
||||
<dd>
|
||||
<a class="link" href="http://developer.openstack.org/firstapp-shade/getting_started.html" target="_top">
|
||||
Getting started
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a class="link" href="http://docs.openstack.org/infra/shade/usage.html" target="_top">
|
||||
Usage
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a class="link" href="http://docs.openstack.org/infra/shade/releasenotes.html" target="_top">
|
||||
Release notes
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<dl>
|
||||
<dd>
|
||||
<strong>
|
||||
IRC:
|
||||
</strong>
|
||||
<a href="irc://irc.freenode.net/openstack-sdks">
|
||||
#openstack-sdks
|
||||
</a>
|
||||
on freenode
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
Mailing list:
|
||||
</strong>
|
||||
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra">
|
||||
Register
|
||||
</a>
|
||||
|
|
||||
<a href="http://lists.openstack.org/pipermail/openstack-infra/">
|
||||
Archive
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
Issues:
|
||||
</strong>
|
||||
<a href="https://storyboard.openstack.org/#!/project/760">
|
||||
Issues
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span-24" id="ruby">
|
||||
<h3 class="lang-name">
|
||||
|
Loading…
Reference in New Issue
Block a user