Commit Graph

19 Commits (final-3.2.x)

Author SHA1 Message Date
Jerome Luckenbach a79bbfa534
Fix 404 (#1841)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-06-17 20:30:23 +02:00
github-actions[bot] 9916d1807c
Getting Started Rules (#1809) (#1826)
* 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>

Co-authored-by: Richard Koshak <rkoshak@users.noreply.github.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-24 16:12:30 +02:00
github-actions[bot] 79c996d387
Update sitemaps.md (#1739) (#1740)
Broken link to State Presentation

Co-authored-by: Matheus Botura Pimenta <botura@gmail.com>
2022-01-16 20:19:22 +01:00
Jerome Luckenbach ca3c1e6ff3
Remove classic ui from switchsupport. (#1681)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-27 11:49:48 +01:00
Jerome Luckenbach 5cd00632cf
Fixed markdownlint errors. (#1679)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-26 18:21:25 +01:00
Jerome Luckenbach e93886e1c7
Remove broken basic ui link. (#1677)
Fixes #1617 

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-26 16:45:34 +01:00
Sander Steenhuis f73fed1ac9
Update sitemaps.md (#1676)
* 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>
2021-11-26 15:57:42 +01:00
Gautier 04af4bf622
Documentation for canvas layout. (#1657)
* Documentation for canvas layout.

Signed-off-by: Gautier Taravella <tarag@mailbox.org>

* One line per sentence

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Fix markdown errors

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: tarag <g11686092+tarag@users.noreply.github.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-26 15:53:04 +01:00
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