Add some detail to the Floor Plan documentation to show the correct URL to use for Browser and Android App to prevent blank images on the Android app related to non relative URL
Signed-off-by: Mark van Gelder <vangelder.mark@gmail.com>
Some of the links under `General remarks on parameters:` were broken and redirect to a 404 site.
Wrong link: `(items.html#item-syntax)`
Correct link: `({{base}}/configuration/items.html#item-syntax)`
Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* UI: Detail how implicit prop are named for action groups
Add CSS-Tricks almanac link, a good CSS reference.
Signed-off-by: Yannick Schaus <github@schaus.net>
* Remove duplicated paragraph
Signed-off-by: Yannick Schaus <github@schaus.net>
* Fix errors, non-existent NUMBER prop type
Signed-off-by: Yannick Schaus <github@schaus.net>
If there's no frontmatter at all for a page, the processing script
will not add a "source" and therefore the Edit on GitHub link
will be missing.
Signed-off-by: Yannick Schaus <github@schaus.net>
Add several pages related to UI.
Move sitemaps, HABPanel to it.
Rename "User Interfaces & Ecosystem" to "Ecosystem".
Rename "Beginner Tutorial" to "Getting Started".
Put the installation guide above the Concepts section.
Also fix https://github.com/openhab/website/issues/270.
Signed-off-by: Yannick Schaus <github@schaus.net>