* Fixed links in uis.md
Multiple dead links fixed
* Fix links
multiple links to addons page fixed
* Delete reference to non-existing doc page
Reorg of docs made the referenced chapter obsolete
* Fixed multiple links
various links fixed
* Fixed links
links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.
* link fixed
link to addons section fixed
* fixed link
fixed link to UI selection screen
* Fix link
Fixed link to addons section
* Fix links, update example
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding
* delete link habpanel.md
Deleted inexisitng link
* Fix links index.md
Fixed links
* Fix link sitemaps.md (code review)
* Update installation/windows.md (Code review)
Co-Authored-By: LightIsLife <lipp.markus@gmail.com>
* Fix typo migration.md (Code review)
* Fixed typo migration.md (code review)
* Update qnap.md
This allows a preview VuePress resembling the final
website to be built in order to preview the main
documentation (in the openhab-docs repository, content
fetched from other repos is excluded).
Started to refactor the sidebar navigation items and
scripts processing pages for VuePress compatibility so
they can be maintained in the openhab-docs repository.
Signed-off-by: Yannick Schaus <github@schaus.net>
Added language to clarify that sendCommand can trigger rules with received update trigger
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
* Update introduction.md
Provide entry-user level friendly introduction with a step-by-step introductions of Concepts, principles and first steps.
fixes#845fixes#849
only partially considers #838
Signed-off-by: Markus Lipp <lipp_markus@gmail.com> (github: LightIsLife)
* Clarify Raspi version and remove duplication.
Clarification added that Raspberry Pi Version 2 or 3 are most suitable for beginners. Some duplication removed.
* Fix language as per PR discussion
Addresses comments and language improvements from:
https://github.com/openhab/openhab-docs/pull/850#issuecomment-451813748 (multiples)
https://github.com/openhab/openhab-docs/pull/850#issuecomment-451867353 (highlighting Raspi limitations: SD card and limited RAM)
* minor language update.md
changing "main" to "potential" when referencing limitations of Raspberry PIs
Co-Authored-By: LightIsLife <lipp.markus@gmail.com>
* Fix spelling and remove double-spaces
* Address review comments
Only section left unchanged is that for bindings. While add-ons contain more elements, it was deliberately kept simple and focuses on bindings only. Existing text highlights that corresponding table is oversimplified and incomplete.
* Remove --user option which should not be used because it causes permission issues
* Remove unnecessary --tty option when running as service, nowdays the container will be started in server mode when there is no tty
* Update list of default environment variables
* Correct Ubuntu 16.1 to 16.04
* Nest 1.x binding uses .java whereas Nest 2.x binding does not
Signed-off-by: Wouter Born <eclipse@maindrain.net>
By the way, it doesn't work
**test.script**
```
logInfo("TEST", "SCRIPT")
```
`openhab> smarthome:script test.script`
```
___ test.script
The method or field test is undefined; line 1, column 0, length 4
```