home-assistant.github.io/source/_includes/custom/navigation.html
2014-12-23 23:36:52 -08:00

19 lines
No EOL
822 B
HTML

<ul class="menu pull-right">
<li><a href="{{ root_url }}/getting-started/">Getting started</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>