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

@ -74,6 +74,8 @@ collections:
output: true
ecosystem:
output: true
details:
output: true
topics:
output: true

View File

@ -1,9 +1,9 @@
---
layout: page
title: "Home Assistant Database"
title: "Database"
description: "Details about the database which Home Assistant is using."
date: 2016-10-10 10:00
sidebar: true
sidebar: false
comments: false
sharing: true
footer: true

View File

@ -1,13 +1,12 @@
---
layout: page
title: "Details about the updater"
title: "Updater"
description: "Details what the updater component is reporting about your Home Assistant instance."
date: 2016-10-22 08:00
sidebar: false
comments: false
sharing: true
footer: true
ha_category: Infrastructure
---
Starting with 0.31 the [updater component](/components/updater/) sends an optional report about Home Assistant instance.

View File

@ -1,13 +1,12 @@
---
layout: page
title: "Details about the web server"
title: "Web server"
description: "Use nmap to scan your Home Assistant instance."
date: 2016-10-06 08:00
sidebar: false
comments: false
sharing: true
footer: true
ha_category: Infrastructure
---
It was only a matter of time till the first queries for tools like [https://www.shodan.io](https://www.shodan.io/search?query=Home+Assistant) to search for Home Assistant instances showed up.

View File

@ -65,6 +65,7 @@
</ul>
</li>
<li>{% active_link {{site_root}}/topics/ Advanced Topics %}</li>
<li>{% active_link {{site_root}}/details/ Details %}</li>
<li>{% active_link /getting-started/android/ Add to Android Homescreen %}</li>
<li>{% active_link /getting-started/browsers/ Browser Compatibility List %}</li>
</ul>

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 %}