Add cloud update

This commit is contained in:
Paulus Schoutsen 2018-02-19 16:09:06 -08:00
parent fcded280af
commit d3279215b1
8 changed files with 87 additions and 34 deletions

View file

@ -0,0 +1,14 @@
<section class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">About Home Assistant</h1>
<ul class="divided">
<li>
The Home Assistant Cloud is a cloud-based service provided to supporters of the Home Assistant project.
</li>
<li>
{% active_link /cloud/ Introduction %}
</li>
<li>
{% active_link /cloud/ Amazon Alexa %}
</li>
</ul>
</div>

View file

@ -14,6 +14,8 @@
{% include asides/faq_navigation.html | compact_newlines %}
{% elsif url_parts[1] == 'hassio' or url_parts[1] == 'addons' %}
{% include asides/hassio_navigation.html | compact_newlines %}
{% elsif url_parts[1] == 'cloud' %}
{% include asides/cloud_navigation.html | compact_newlines %}
{% else %}
{% include asides/about.html %}