typo: succesSful (#1963)
parent
934797accb
commit
ed464f75f5
|
@ -78,9 +78,9 @@ Afterwards we will redeploy the website with the latest content from the _final_
|
|||
|
||||
There are two triggers available currently.
|
||||
The `merge docs` job is triggerd after something has been added to the documentation through this repository.
|
||||
The `gather external docs` job is started with a __succesful__ build of the openhab-distribution.
|
||||
A succesful disribution build will include all of the latest changes that have been made to external sources like addons.
|
||||
So when a distribution build is succesful, we will trigger the gathering of all external sources.
|
||||
The `gather external docs` job is started with a __successful__ build of the openhab-distribution.
|
||||
A successful disribution build will include all of the latest changes that have been made to external sources like addons.
|
||||
So when a distribution build is successful, we will trigger the gathering of all external sources.
|
||||
|
||||
When one of these jobs is finished, we will then notify our website hosting service to start a new website build.
|
||||
This is recognized due to new commits in the final branch of this repository.
|
||||
|
|
|
@ -59,7 +59,7 @@ Select OpenHAB2 (old version) or OpenHAB3 with **SPACE** and press **ENTER**
|
|||
|
||||

|
||||
|
||||
Wait 5 to 10 minutes depending on your hardware. During this time you can leave armbian-config and check if installation was succesfull by checking what openhab is doing on the system:
|
||||
Wait 5 to 10 minutes depending on your hardware. During this time you can leave armbian-config and check if installation was successfull by checking what openhab is doing on the system:
|
||||
|
||||
```shell
|
||||
sudo htop -u openhab
|
||||
|
|
|
@ -5,7 +5,7 @@ title: User Interface Design Overview
|
|||
# User Interface Design Overview
|
||||
|
||||
Following the previous sections, you should have a working installation, with several Things, Items and Rules.
|
||||
You also ideally built a model to represent your home, and can succesfully operate your items individually within the administration area.
|
||||
You also ideally built a model to represent your home, and can successfully operate your items individually within the administration area.
|
||||
You may now want to present them a little more nicely, to yourself or your family members, so they can interact with them or check their status easily without requiring access to these administration screens.
|
||||
|
||||
To do that, openHAB puts different options at your disposal; they are commonly referred to as **Pages**.
|
||||
|
|
Loading…
Reference in New Issue