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