New Details category (#1347)

* Place details in the new category

* Update title
This commit is contained in:
Fabian Affolter 2016-10-28 08:19:07 +02:00 committed by GitHub
parent 85eb61de87
commit 83d5638d29
6 changed files with 27 additions and 6 deletions

View file

@ -0,0 +1,20 @@
---
layout: page
title: "Details Topics"
description: "Details about Home Assistant."
date: 2016-10-20 12:00 -0800
sidebar: false
comments: false
sharing: true
footer: true
regenerate: true
hide_github_edit: true
---
This page is a collection of further details about Home Assistant.
{% assign details = site.details | sort: 'title' %}
{% for detail in details %}
* [{{detail.title}}]({{detail.url}})
{% endfor %}