Making the titles linkable (#6286)

Making the titles linkable
This commit is contained in:
DubhAd 2018-09-15 21:04:43 +01:00 committed by Fabian Affolter
parent d9c05fcb9e
commit 8d7caee37c

View File

@ -16,7 +16,7 @@ Hass.io upgrade process from the SSH command line
On the SSH command line, you can use the `hassio` command to retrieve logs, check the details of connected hardware, and more. On the SSH command line, you can use the `hassio` command to retrieve logs, check the details of connected hardware, and more.
Home Assistant: ## {% linkable_title Home Assistant %}
```bash ```bash
$ hassio homeassistant info $ hassio homeassistant info
@ -28,7 +28,7 @@ $ hassio homeassistant stop
$ hassio homeassistant update $ hassio homeassistant update
``` ```
Supervisor: ## {% linkable_title Supervisor %}
```bash ```bash
$ hassio supervisor info $ hassio supervisor info
@ -37,7 +37,7 @@ $ hassio supervisor reload
$ hassio supervisor update $ hassio supervisor update
``` ```
Host: ## {% linkable_title Host %}
```bash ```bash
$ hassio host reboot $ hassio host reboot
@ -45,13 +45,15 @@ $ hassio host shutdown
$ hassio host update $ hassio host update
``` ```
Hardware: ## {% linkable_title Hardware %}
```bash ```bash
$ hassio hardware info $ hassio hardware info
$ hassio hardware audio $ hassio hardware audio
``` ```
## {% linkable_title Usage examples %}
To update Home Assistant to a specific version, use the command: To update Home Assistant to a specific version, use the command:
```bash ```bash
hassio homeassistant update --options version=x.y.z hassio homeassistant update --options version=x.y.z