mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
New Details category (#1347)
* Place details in the new category * Update title
This commit is contained in:
parent
85eb61de87
commit
83d5638d29
@ -74,6 +74,8 @@ collections:
|
|||||||
output: true
|
output: true
|
||||||
ecosystem:
|
ecosystem:
|
||||||
output: true
|
output: true
|
||||||
|
details:
|
||||||
|
output: true
|
||||||
topics:
|
topics:
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Home Assistant Database"
|
title: "Database"
|
||||||
description: "Details about the database which Home Assistant is using."
|
description: "Details about the database which Home Assistant is using."
|
||||||
date: 2016-10-10 10:00
|
date: 2016-10-10 10:00
|
||||||
sidebar: true
|
sidebar: false
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
@ -1,13 +1,12 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Details about the updater"
|
title: "Updater"
|
||||||
description: "Details what the updater component is reporting about your Home Assistant instance."
|
description: "Details what the updater component is reporting about your Home Assistant instance."
|
||||||
date: 2016-10-22 08:00
|
date: 2016-10-22 08:00
|
||||||
sidebar: false
|
sidebar: false
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Infrastructure
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Starting with 0.31 the [updater component](/components/updater/) sends an optional report about Home Assistant instance.
|
Starting with 0.31 the [updater component](/components/updater/) sends an optional report about Home Assistant instance.
|
@ -1,13 +1,12 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Details about the web server"
|
title: "Web server"
|
||||||
description: "Use nmap to scan your Home Assistant instance."
|
description: "Use nmap to scan your Home Assistant instance."
|
||||||
date: 2016-10-06 08:00
|
date: 2016-10-06 08:00
|
||||||
sidebar: false
|
sidebar: false
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: 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.
|
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.
|
@ -65,6 +65,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>{% active_link {{site_root}}/topics/ Advanced Topics %}</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/android/ Add to Android Homescreen %}</li>
|
||||||
<li>{% active_link /getting-started/browsers/ Browser Compatibility List %}</li>
|
<li>{% active_link /getting-started/browsers/ Browser Compatibility List %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
20
source/details/index.markdown
Normal file
20
source/details/index.markdown
Normal 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 %}
|
Loading…
x
Reference in New Issue
Block a user