Add some new entries (#3521)

This commit is contained in:
Fabian Affolter 2017-10-05 09:11:26 +02:00 committed by GitHub
parent 0ea1dd7ecf
commit 664e1bf86e
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
layout: page
title: "Why are you using YAML for the configuration file?"
description: "Why are you using YAML for the configuration file?"
date: 2017-06-18 09:00
comments: false
sharing: true
footer: true
ha_category: Configuration
---
And not JSON or XML for the [configuration file](/docs/configuration/)? Because [YAML](/docs/configuration/yaml/) can be written by hand, you don't have to care about commas or tag and it's a superset of JSON.

View File

@ -0,0 +1,14 @@
---
layout: page
title: "Documentation tools"
description: "Tools for creating the documentation"
date: 2017-06-18 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Documentation
---
Why are you not using tools X for the documentation? Because the current solution works for us and we see no additional value in using a seperate publishing platform.

View File

@ -0,0 +1,14 @@
---
layout: page
title: "Python 2"
description: "Support for Python 2"
date: 2017-06-18 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Common
---
There will be no support for Python 2.x. Python 2 will be EOL in [2020](https://www.python.org/dev/peps/pep-0373/#id2) and it doesn't make any sense to support a release which was planned to be retired in 2015.