Move templates to new topics section

This commit is contained in:
Paulus Schoutsen 2016-03-12 16:03:57 -08:00
parent cead30cb23
commit 6dc004875c
29 changed files with 56 additions and 33 deletions

View file

@ -0,0 +1,20 @@
---
layout: page
title: "Advanced Topics"
description: "Documentation about the more advanced features in Home Assistant."
date: 2016-03-12 12:00 -0800
sidebar: false
comments: false
sharing: true
footer: true
regenerate: true
hide_github_edit: true
---
Home Assistant is built from many small building blocks that together offer a powerful and customizable system. This page is a collection of the more advanced topics.
{% assign topics = site.topics | sort: 'title' %}
{% for topic in topics %}
* [{{topic.title}}]({{topic.url}})
{% endfor %}