pokedex promise, the first v2 wrapper is done

This commit is contained in:
Thomas Asadurian 2016-02-13 10:30:50 -08:00
parent f0595fcbe9
commit 81963fee23

View file

@ -8,7 +8,7 @@
{% endblock %}
{% block docsversionstate %}
<li><a href="/docsv1/">V1</a></li>
<li class="active"><a href="#">V2</a></li>
@ -18,7 +18,7 @@
<ul>
<li><a href="#info">Information</a></li>
<li><a href="#wrap">Wrappers</a></li>
<li><a href="#wrap">Wrappers</a></li>
<hr>
@ -87,7 +87,7 @@
<li><a href="#move-targets">Move Targets</a></li>
</ul>
</li>
<li class="parent"><a href="#locations-section">Locations</a>
<ul>
<li><a href="#locations">Locations</a></li>
@ -96,8 +96,8 @@
<li><a href="#regions">Regions</a></li>
</ul>
</li>
<li class="parent"><a href="#pokemon-section">Pokemon</a>
<ul>
<li><a href="#abilities">Abilities</a></li>
@ -136,9 +136,9 @@
<h2 id="wrap">Wrappers</h2>
<p class="lead">V2 Doesn't have any wrappers yet!</p>
<p>Building something using the API? Help us out! Build a wrapper and let us know. We'll post it right here.</p>
<ul>
<li><b>Node</b> - <a href='https://github.com/TheTommyTwitch/pokedex-promise-v2'>Pokedex Promise v2</a> by Thomas Asadurian.</li>
</ul>
{% markdown %}