Michael Rossner
36906de25a
Update item_widgets.md ( #1659 )
...
Add Link to marketplace for custom widget
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
Signed-off-by: Schrotti <Schrott.Micha@web.de>
2021-11-26 14:59:49 +01:00
ab2web
9c45fe9184
Update wrong hostname in first_steps.md ( #1621 )
...
the latest openhabian image (https://github.com/openhab/openhabian/releases/tag/v1.6.5 ) hosted the user interface with the hostname `http://openhabian:8080 ` and not `http://openhabianpi:8080 `
2021-07-28 15:21:23 +02:00
Christoph Weitkamp
d88bbfbe2b
Added Battery low warning Badge ( #1583 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-21 17:09:18 +02:00
Tom5990
4d403f9fa9
Update pages_intro.md ( #1575 )
...
Spelling error
2021-05-18 22:12:30 +02:00
wn2012
19c20ffef3
comma added ( #1571 )
2021-05-18 22:03:46 +02:00
wn2012
3caba9dcbf
spelling fixed ( #1570 )
2021-05-18 21:43:54 +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
Senne Croughs
8cf80f04e3
Typo in Properties Tab section ( #1534 )
...
Typo in the "Properties Tab" section. represneted should be represented.
2021-04-19 21:22:44 +02:00
Felix
bd99fdfd4e
typo fix ( #1536 )
...
* typo fix
* typo fix 2
typo fix 1 introduced it's own typo - which is now also fixed
* typo fix 2
typo fix 1 introduced it's own typo - which is now also fixed
2021-04-14 21:27:49 +02:00
Bob A
da2b8a2842
Update item_widgets.md ( #1527 )
...
* Update item_widgets.md
Signed-off-by: Bob Adair <bob.github@att.net>
* Additional fixes
Signed-off-by: Bob Adair <bob.github@att.net>
2021-03-28 10:43:37 +02:00
Bob A
2dd4a479ce
Update custom_widgets.md ( #1526 )
...
Signed-off-by: Bob Adair <bob.github@att.net>
2021-03-27 21:34:08 +01:00
Richard Koshak
bb41f8eb27
Added emphasis that not all Items and Groups belong in the model and how to manage Items outside the model. ( #1522 )
...
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2021-03-24 20:09:09 +01:00
Bob A
5998e996fd
Minor edits to auto_overview.md ( #1517 )
...
Signed-off-by: Bob Adair <bob.github@att.net>
2021-03-20 21:39:00 +01:00
Bob A
c59a70e978
Update pages_intro.md ( #1516 )
...
Minor edits and corrections.
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-20 21:37:04 +01:00
Gareth Western
8342e48fab
Fix a couple of minor typos ( #1518 )
...
Just a couple of minor typos
2021-03-20 21:31:44 +01:00
Richard Koshak
f8225251a8
Getting started UI Pages ( #1503 )
...
* Added intro to Pages
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Overview tabs tutorial page
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added item widget customization page
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added custom widgets page
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Corrected page formatter
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Removed some : to keep the parser from misinterpreting it as YAML
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Changes to make markdownlint happy
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Corrected minor typos, fixed table
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Fixing typos.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Typos and minor edits, fixed linting error
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Typos and minor edits, added section on column widths
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added new pages to sidebar
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Updating the toc on the index page
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Fixed title
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* sneaking in one last change, making the page titles more consistent
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Updates to address review of first two pages.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Addressing comments.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Retyped line with hidden characters.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Fix typo
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-19 09:28:47 +01:00
Jerome Luckenbach
b5ebf3e2f1
Fix markdown errors. ( #1512 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-15 17:23:17 +01:00
Christoph Weitkamp
de47ad7adf
Added documantation about Semantics features in Rules ( #1500 )
...
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-28 14:14:26 +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
fb1e0f8b7a
Update semantic model badge tables ( #1495 )
...
The tables were wrong and confusing. I fixed the errors (reverse engineered from code), merged them into one, streamlined it so it shows the three relevant columns "Equipment", "Point" and "Property".
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
2021-02-23 20:15:51 +01:00
Mike Kolcun
f7567062be
Small clarification in modeling equipment section ( #1475 )
...
Signed-off-by: Mike Kolcun <mike.kolcun@gmail.com>
2021-01-30 14:00:40 +01:00
Wouter Born
6bf5bf026b
Update links to target "main" branches ( #1460 )
...
* Update links to target "main" branches
Signed-off-by: Wouter Born <github@maindrain.net>
* Update process_file.rb
Signed-off-by: Wouter Born <github@maindrain.net>
* Update for all other repos too
Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-20 20:32:07 +01:00
Jerome Luckenbach
8e18bc0674
Replace local urls with inline code. Change one occurence to openhabian. ( #1450 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-13 21:12:34 +01:00
Jerome Luckenbach
ec6c80dbdf
Add fixes from markdownlint-cli ( #1442 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 19:33:40 +01:00
Jerome Luckenbach
a3260307b0
Fix linter errors. 🔧 ( #1437 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 19:47:15 +01:00
Jerome Luckenbach
d509fe56d6
Apply bulk automated corrections. 🔧 ( #1433 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00
Jerome Luckenbach
e879ad83b3
Markdown linting bulk fix ( #1432 )
...
* Improved markdown linter settings
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Bulk fix for several markdown errors.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Remove Paper UI from Json DB.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:09:30 +01:00
scatterthought
cddcab609a
Update first_steps.md ( #1412 )
...
* Update first_steps.md
I don't think the "Log into the dashboard with an existing user" section is necessary in the First Steps, since the user is already logged in after creating an administrator and there are no other existing users. It might confuse people thinking that they're missing something, when they're already logged in. I'd suggest cutting this section (is "logging into the dashboard" covered anywhere else?) and skip right to "Initial Settings".
When I try to space out the images, some of them disappear in the preview. I'm not sure what I'm doing wrong.
* Update first_steps.md
Updated to put each sentence on a separate line.
I also rewrote the "Log into the dashboard" section to simplify it for new users, while keeping the note that additional users can only be created via the console.
Signed-off-by: Russell Wong, russ@scatterthought.com (github: scatterthought)
2021-01-08 17:04:58 +01:00
Garth Bushell
c82c1552fa
Add types needed to enable badges/Measurements ( #1419 )
...
equipment
Signed-off-by: Garth Bushell <garth@garthy.com>
2021-01-06 21:15:10 +01:00
clinophobic
f2726d36c0
Update model.md ( #1411 )
...
* Update model.md
Initial pr by @clinophobic
* Add original picture as file and replace the old one.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-03 20:38:34 +01:00
Tomasz Szambor
9b5503f148
Link to concepts section fixed. ( #1404 )
...
* Link to concepts section fixed.
The {base} part of the link to 'Concepts' section seems to already include /doc in its path, thus directing the user to /docs/docs/... path (specifically https://www.openhab.org/docs/docs/concepts/index.html ), whereas the proper link should be https://www.openhab.org/docs/concepts/ .
* Update tutorials/getting_started/things_simple.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-31 11:13:06 +01:00
Michael Rossner
4915bf308f
Update model.md ( #1397 )
...
* Update model.md
Small changes to make the text match the items in the pictures.
* Update tutorials/getting_started/model.md
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-30 10:10:04 +01:00
dido77-arduino
0aeb113360
Update persistence.md ( #1394 )
...
Typo
2020-12-28 09:19:53 +01:00
Matthew Skinner
37b8a30dc3
Update New User tutorials first page. ( #1381 )
...
* Update index.md
I felt it was a bad situation that the first thing we hit a brand new user with on the very first page is the confusing situation of TEXT VS UI. Hence the change to encourage users to skip ahead.
Great to have it for V2 users upgrading, but confusing for the brand new user with zero openHAB experience.
Added links and reworded to make it more personal through the use of 'you' instead of 'the user'.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Change from skip to come back later.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* fixes.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2020-12-27 14:00:50 +01:00
Keven6077
d6ac757522
correct sentence in model.md ( #1385 )
2020-12-26 20:00:39 +01:00
Scott Hraban
5e09b6f9b6
Fix typo ("anda" --> "and a") in "Getting Started" ( #1373 )
...
Signed-off-by: Scott Hraban <scotthraban@gmail.com>
2020-12-24 09:43:13 +01:00
yab-bay
3dfb7236a0
just a typo fro / for ( #1363 )
...
gave me a chance to try editing a doc
2020-12-22 13:10:14 +01:00
Bob A
b5988142b2
Edits to things_advanced.md ( #1358 )
...
Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-22 07:48:06 +01:00
Bob A
d640d6d63f
Edits to things_intermediate.md ( #1357 )
...
Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-22 07:30:30 +01:00
Jerome Luckenbach
a784207ca8
Improvements to the beginner tutorial ( #1356 )
...
* Improvements to the beginner tutorial.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Move tutorial sidebar (nearly) to the top.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 18:38:22 +01:00
Jerome Luckenbach
858701a7f2
Secure links should be standard, where available. ( #1354 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 10:13:16 +01:00
Bob A
41f0a66d2b
Edits to Adding Things Simple page ( #1352 )
...
* Edits to Adding Things Simple page
Signed-off-by: Bob Adair <bob.github@att.net>
* Update tutorials/getting_started/things_simple.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 08:46:01 +01:00
Bob A
203b065784
Edits to Persistence page in getting_started ( #1351 )
...
Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-21 08:45:35 +01:00
Bob A
4fb7474980
Edits to model page in getting_started tutorial ( #1350 )
...
* Edits to model page
Signed-off-by: Bob Adair <bob.github@att.net>
* Update tutorials/getting_started/model.md
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 08:44:32 +01:00
Richard Koshak
f0738563ff
[WIP] Getting started tutorial ( #1304 )
...
* Removed old no longer needed images
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added intro and first steps.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added getting starte to concepts, updated build file
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Getting Started to Concepts, updated build file
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Fixinf the build
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Still trying to fix the build
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Thing - Simple page
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Separated sentences.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added things Simple to index
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Things Intermediate
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Things Advanced page.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Model page.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added Persistence - Please review
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Update .vuepress/docs-sidebar.js
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fixes for a working preview build and existing conflicts.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fixed wrong image reference.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix all hyperlinks due to build folder movements.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix page lin kand test different style for page navigation.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fix model. Reintroduce sidebar.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Remove manual navigation links. Improve sidebar.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Edits to tutorial index.md
Minor edits to wording.
Signed-off-by: Bob Adair <bob.github@att.net>
* Refactor first steps with new setup wizard screenshots.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Edits to first steps page
Signed-off-by: Bob Adair <bob.github@att.net>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Bob A <bobadair@users.noreply.github.com>
2020-12-20 21:18:18 +01:00