* Add advanced widget doc page
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Expand object description
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Fix linting errors
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Fix other linting errors
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Move personal widget section and expand basic info
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Fix new linting errors
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Correct visible property name
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Make minor edits
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
* Getting Started Rules
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing build error
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Correcting markdown linting errors
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing more md linting
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* More linting errors
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* Fixing links, minor edits
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
* One sentence per line for ordered lists
* Apply suggestions from code review
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update tutorials/getting_started/tips-and-tricks.md
Use separate key repesentations instead of the combo as one key.
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Linting
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update sitemaps.md
As a new user, I was frustrated to find this out far too late. I really did read, twice, the page about sitemaps. I didn't understand why I couldn't see the results as in the screenshots. Where is it? Am I crazy?
There is so much documentation, a new user is not going to read every page. They learn, read or hear that they would need a sitemap, so that's what they are going to read in the documentation. They are not going to read a [different page](https://www.openhab.org/docs/ui/) first, where the above warning is present.
I advise all documentation writers to keep, move or duplicate all important information surrounding a subject _on the page about that subject_.
* Use tip box
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
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>