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,8 +1,6 @@
<h2 class="title">Observe</h2>
<hr>
<p>
Home Assistant will track the state of all the devices in your home, so you don't have to.
</p>
<p>Home Assistant will track the state of all the devices in your home, so you don't have to.</p>
<div class='supported-brands clearfix'>
<img src='/images/supported_brands/z-wave.png' />
<img src='/images/supported_brands/vera.png' />
@ -18,4 +16,8 @@ Home Assistant will track the state of all the devices in your home, so you don'
<img src='/images/supported_brands/sabnzbd.png' />
<img src='/images/supported_brands/netgear.png' />
<img src='/images/supported_brands/openwrt.png' />
</div>
<p class='pull-right'><a href='/components/'>Browse all &raquo;</a></p>

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>