Commit Graph

61 Commits (scenes)

Author SHA1 Message Date
Michael Rossner 4621ca1302
Fix markdownlint warnings (#1662)
Signed-off-by: Schrotti <Schrott.Micha@web.de>
2021-11-26 15:01:10 +01:00
Mark van Gelder eae2356240
Update floorplan-pages.md to show URL details required (#1643)
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>
2021-09-13 17:17:05 +02:00
Michael B cbbaf412c3
Fixed broken links to item details (#1633)
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)
2021-09-13 17:10:00 +02:00
Yannick Schaus acc732541d
Add fixed grid layout (#1612)
Signed-off-by: Hubert Nusser <hubsif@gmx.de>
2021-06-27 21:24:00 +02:00
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
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>
2021-04-27 21:00:55 +02:00
Yannick Schaus bebecb4222
UI: Detail how implicit prop are named for action groups (#1514)
* 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>
2021-03-22 21:54:07 +01:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Eiko Wagenknecht e0e8b41c60
Fix typo in layout-pages.md (#1488)
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-02-12 18:26:10 +01:00
stefan-hoehn a3f1010275
Update building-pages.md (#1484)
fix broken link of "configuration descriptions"
2021-02-06 13:13:27 +01:00
Yannick Schaus 5376f1c075
Add frontmatter to building-pages.md (#1483)
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>
2021-02-05 19:22:02 +01:00
Yannick Schaus f5c7ad70e2
Add UI section (#1464)
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>
2021-02-05 16:15:35 +01:00