diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d0dac4f97ff..e15b5006736 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -45,4 +45,4 @@ - I made a change that is related to an upcoming version of Home Assistant and used the `next` branch. - [ ] The documentation follows the Home Assistant documentation [standards][]. -[standards]: https://developers.home-assistant.io/docs/documentation_standards.html +[standards]: https://developers.home-assistant.io/docs/documenting/standards diff --git a/Gemfile.lock b/Gemfile.lock index 568f7e4d472..5fc942cbb8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM mini_portile2 (~> 2.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.4) + public_suffix (4.0.5) rack (2.2.2) rack-protection (2.0.8.1) rack diff --git a/README.md b/README.md index 06146e2b09c..ad0bef4d82a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ This is the source for the [Home-Assistant.io website](https://home-assistant.io ## Setup -Setting up to contribute to documentation and the process for submitting pull requests is explained in the [developer documentation](https://developers.home-assistant.io/docs/documentation_index.html). +Setting up to contribute to documentation and the process for submitting pull requests is explained in the [developer documentation](https://developers.home-assistant.io/docs/documenting). ## Site preview -In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the command as follows: +In order to make the preview available on [http://127.0.0.1:4000](http://127.0.0.1:4000), use the following [bundler]( +https://bundler.io/ +) command: ```bash bundle exec rake preview diff --git a/_config.yml b/_config.yml index f4d63b4680e..10d3f29e532 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 109 -current_patch_version: 5 -date_released: 2020-05-06 +current_patch_version: 6 +date_released: 2020-05-07 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 4c32c3dfc26..209eb9d26cf 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -8,7 +8,7 @@ redirect_from: /getting-started/installation-docker/ These below instructions are for an installation of Home Assistant Core running in your own Docker environment, which you manage yourself. -Note that Docker command line option `--net=host` or the compose file equivalent `network_mode: host` must be used to put put Home Assistant on the host's network, otherwise certain functionality - including mDNS and UPnP - will break. The `-p` command line option or the compose file equivalent `ports:` is not compatible with host networking mode and must not be used. +Note that Docker command line option `--net=host` or the compose file equivalent `network_mode: host` must be used to put Home Assistant on the host's network, otherwise certain functionality - including mDNS and UPnP - will break. The `-p` command line option or the compose file equivalent `ports:` is not compatible with host networking mode and must not be used. diff --git a/source/_docs/tools/ensure_config.markdown b/source/_docs/tools/ensure_config.markdown deleted file mode 100644 index 78b7dd6def4..00000000000 --- a/source/_docs/tools/ensure_config.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "ensure_config" -description: "Script to perform a check if the configuration file exists" ---- - -This script checks if the `configuration.yaml` file exists. If the file is not available, one is created. - -```bash -$ hass --script ensure_config -``` - diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index f3c5b3ba8b5..508b1f7e977 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -135,7 +135,6 @@
  • {% active_link /docs/tools/benchmark/ benchmark %}
  • {% active_link /docs/tools/check_config/ check_config %}
  • {% active_link /docs/tools/credstash/ credstash %}
  • -
  • {% active_link /docs/tools/ensure_config/ ensure_config %}
  • {% active_link /docs/tools/keyring/ keyring %}
  • @@ -193,57 +192,6 @@
  • {% active_link /docs/mqtt/processing_json/ Processing JSON %}
  • -
  • - {% active_link /docs/ecosystem/ios/ iOS %} - -
  • {% active_link /docs/ecosystem/ Ecosystem %}