Move templates to new topics section
This commit is contained in:
parent
cead30cb23
commit
6dc004875c
29 changed files with 56 additions and 33 deletions
20
source/topics/index.markdown
Normal file
20
source/topics/index.markdown
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue