Make cookbook more prominent

This commit is contained in:
Paulus Schoutsen 2016-02-07 14:21:34 -08:00
parent c801854096
commit f5a7217b3f
3 changed files with 9 additions and 7 deletions

View file

@ -9,3 +9,4 @@
<li>receive a message when the lights turn on while you are not at home?</li>
</ul>
<p><a href='/getting-started/automation/'>We've got you covered.</a></p>
<p><a href='/cookbook/'>View examples by the community.</a></p>

View file

@ -1,6 +1,6 @@
<ul class="menu pull-right">
<li>
<a href="{{ root_url }}/getting-started/">Getting started</a>
<a>Getting started <i class="icon icon-caret-down"></i></a>
<ul>
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
<li><a href='/getting-started/configuration/'>Configuration basics</a></li>
@ -8,12 +8,12 @@
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
<li><a href='/getting-started/automation/'>Automation</a></li>
<li><a href='/getting-started/templating/'>Templating</a></li>
<li><a href='/cookbook'>Configuration cookbook</a></li>
</ul>
</li>
<li><a href='/components/'>Components</a></li>
<li><a href='/cookbook'>Examples</a></li>
<li>
<a href="{{ root_url }}/developers/">Developers</a>
<a>Developers <i class="icon icon-caret-down"></i></a>
<ul>
<li><a href="{{ root_url }}/developers/architecture/">Architecture</a></li>
<li><a href="{{ root_url}}/developers/frontend/">Frontend development</a></li>