Add a page per platform/component

This commit is contained in:
Paulus Schoutsen 2015-03-23 21:56:36 -07:00
parent a3dde919a8
commit 995ebdfb02
28 changed files with 810 additions and 41 deletions

View file

@ -1,5 +1,13 @@
<ul class="menu pull-right">
<li><a href="{{ root_url }}/getting-started/">Getting started</a></li>
<li>
<a href="{{ root_url }}/getting-started/">Getting started</a>
<ul>
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
<li><a href='/getting-started/configuration.html'>Initial configuration</a></li>
<li><a href='/components/'>Component overview</a></li>
<li><a href='/getting-started/android.html'>Setting up Android</a></li>
</ul>
</li>
<li>
<a href="{{ root_url }}/developers/">Developers</a>
<ul>