* 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>
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)
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>