Updated the developer documentation

This commit is contained in:
Paulus Schoutsen 2014-12-23 23:36:52 -08:00
parent aa12c7c401
commit f19400796e
7 changed files with 190 additions and 70 deletions

View file

@ -1,8 +1,19 @@
<ul class="menu pull-right">
<li><a href="{{ root_url }}/getting-started/">Getting started</a></li>
<li><a href="{{ root_url }}/architecture/">Architecture</a></li>
<li><a href="{{ root_url }}/developers/">Developers</a></li>
<li><a href="{{ root_url }}/api/">API</a></li>
<li>
<a href="{{ root_url }}/developers/">Developers</a>
<ul>
<li><a href="{{ root_url }}/developers/architecture.html">Architecture</a></li>
<li><a href="{{ root_url}}/developers/frontend.html">Frontend development</a></li>
<li><a href="{{ root_url}}/developers/creating_components.html">
Creating components
</a></li>
<li><a href="{{ root_url}}/developers/add_new_platform.html">
Adding platform support
</a></li>
<li><a href="{{ root_url }}/developers/api.html">Rest API</a></li>
</ul>
</li>
<li><a href="{{ root_url }}/blog/">Blog</a></li>
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Need help?</a></li>
</ul>