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>