Commit Graph

1234 Commits (36214ff2007c245413894d746b866d089baaad87)

Author SHA1 Message Date
Jerome Luckenbach a69863c32f
Switch to markdown cli action (#1443)
* Fix left markdownlint errors.

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

* Change to markdownlint-cli action.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 20:08:27 +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
coop-git a128dbae5c
Update guidelines.md (#1441)
Only a maintainer told me how to tackle a DTO properly as a class. As I did not see this anywhere, I decide to make this change.
2021-01-10 22:47:39 +01:00
Jerome Luckenbach f5b9f0a1ee
Fixes for linter errors and markdown configuration. (#1440)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 21:10:40 +01:00
Jerome Luckenbach 41a4af61b5
Fix markdownlint workflow
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:52:46 +01:00
Jerome Luckenbach d2d2c44a3e
Fix linter errors (#1439)
* Some leftover linting error fixes.
* Adapt rules and enble markdownlint for pull requests.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:50:43 +01:00
Jerome Luckenbach 92dcbd939d
Fix linter style
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:24:32 +01:00
Jerome Luckenbach 82c751d0df
Bulk edit linter errors. (#1438)
* Bulk edit linter errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:22: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 c1903fed52
Revert #1428 (#1436)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:12:53 +01:00
Jerome Luckenbach e737d718ed
Fix linter errors 🔧(#1435)
* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:01:56 +01:00
Jerome Luckenbach 41a3efda91
Added sidebar links. (#1434)
* Added sidebar links.
* Introduce openhabian placeholder page.
* Remove local version of openhabian doc page.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 14:24:02 +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
dependabot[bot] 01081c673e
Bump prismjs from 1.20.0 to 1.23.0 (#1431)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-10 12:24:36 +01:00
Jerome Luckenbach 8985acdb79
Update dependencies. 🔧 (#1430)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 12:21:34 +01:00
spacemanspiff2007 2a76002097
Add info how to disable authentication 🔑 (#1428)
* Add info how to disable authentication


Signed-off-by: Sebastian Gerber <github@sgerber.com>

* replaced userdata with wildcard
2021-01-10 12:03:55 +01:00
pelindberg 7affefe176
Update rasppi.md (#1429)
needed file extension
2021-01-10 11:20:00 +01:00
digitlength 4f6fa7d58d
Update tutorial link (#1427)
Minor edit exception
2021-01-09 21:16:10 +01:00
digitlength 74472760bc
Remove reference to PaperUI (#1425) 2021-01-09 19:02:34 +01:00
Zeto-Git 2f47bd9d60
Update rasppi.md (#1424)
Removed the dash before the filename in sudo tar -xzvf -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf as it presumably is deprecated and leads to an error thrown when executed on raspbian stating:

tar (child): -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
2021-01-08 22:10:02 +01:00
edolis 9557e89fdb
[installation/rasspi.md] General overhaul (#1420)
* This commit is to make more immediate and clear the installation steps for Rasspberry Pi. Currently the openHAB installation pushes the newcomer to read the Linux pages, which
-starts back from Prerequisites, already covered by the page
- list all the possible configurations for the Linux world. For a newcomer, who potentially does not know anything about Unix, discriminating Debian from the other Linux dialect is frustrating, confusing and unnecessary.
-need to be heavily reformatted for clarity

Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>

* Some formatting and a couple of advices I found useful in the Logging section

Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
2021-01-08 17:11:54 +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
Damian Wrobel e171a2357e
Fix dnf repository gpgkey URL (#1423)
Fixes https://github.com/openhab/openhab-linuxpkg/issues/196

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2021-01-06 21:17:47 +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
Aschenbecher c39e05da17
Update docker.md (#1422) 2021-01-05 19:27:45 +01:00
Jerome Luckenbach a41a88225f
Applied several markdown fixes. (#1421)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-05 00:11:31 +01:00
Jerome Luckenbach 00bfdb0031
Allow trailing spaces in markdown
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-05 00:09:54 +01:00
Jerome Luckenbach cc20dd220e
Add automated markdown linting (#1415)
* Added Markdownlint action.

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

* Fix action yml file.

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

* Fix action yml file.

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

* Fix action yml file.

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

* Define proper run parameters and fix markdown styleguide aside.

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

* Leave out pull request triggers for the start.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-04 22:59:25 +01:00
Christian Häussler 061cece9cd
Change openHAB 2 references to openHAB without version number (#1418) 2021-01-04 22:49:36 +01:00
Jerome Luckenbach bbc564709a
Extend placeholders for docs preview (#1417)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-03 23:11:59 +01:00
Christoph Thiede 714776463a
Update several file paths for openHAB 3 release (#1409)
Starting with openHAB 3, configuration folders and service names do no
longer contain the version number of openHAB.

Signed-off-by: Christoph Thiede <christoph.thiede@outlook.de>
2021-01-03 21:35:28 +01:00
Jerome Luckenbach 810d24de15
Not needed anymore
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-03 21:34:51 +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
edolis a49b2cd6be
detailed the installation process for Zulu11 on Raspberry (#1410)
* detailed the installation process for Zulu11 on Raspberry

Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>

* Update installation/rasppi.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/rasppi.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/rasppi.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-01 18:38:55 +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
Steven Goossens 2a2fa15a00
Add crypto_policy unlimited as environment variable (#1403)
Fix for integrating the Loxone binding. Ref: https://gitter.im/openhab/openhab-docker?at=5e4e52723ca8a67fb807eb87
2020-12-31 10:48:37 +01:00
Stefan300381 fb6571610d
updated the VSCode extension icon (#1401)
* Add files via upload

replaced old extensions icon with the new version

* Update editors.md

just added line break

* Update editors.md
2020-12-30 11:07:11 +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
M Valla 695dcdd461
[openwebnet] added logo for openwebnet binding (#1399)
Signed-off-by: MV <mvcode00@gmail.com>
2020-12-29 16:52:19 +01:00
Christoph Thiede b8c8ca28fc
Add section about Authentication to restdocs (#1395)
* Add section about Authentication to restdocs

Closes #1391.

* Fix markdown for code fences

Signed-off-by: Christoph Thiede <christoph.thiede@outlook.de>

* Update configuration/restdocs.md

#singoff

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-29 14:02:52 +01:00
Jerome Luckenbach 303a37cdd2
Fixed wrong wrapper config parameter
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-29 13:20:59 +01:00
xiberg a41535c86e
Update security.md (#1396)
Line 28 still had a path for openhab2. Changed to openhab.
2020-12-29 11:19:41 +01:00
dido77-arduino 0aeb113360
Update persistence.md (#1394)
Typo
2020-12-28 09:19:53 +01:00
Bob A db44f6b003
Update administration / bundles (#1393)
* Update bundles.md

Update examples to show output from 3.0. Remove reference to Paper UI.

Signed-off-by: Bob Adair <bob.github@att.net>

* Fix typo

Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-28 09:19:07 +01:00
Bob A c04e3d743c
Updates to console.md (#1392)
Replace example output with 3.0.0 output and other minor fixes.

Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-28 09:16:12 +01:00
Michael Rossner 553d3eb0a3
Installation/index: add section for directory info (#1387)
often in these pages directories are required and there
is no info how to get them yet.

e.g. where does $OPENHAB_CONF point to.

Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
2020-12-27 20:15:06 +01:00
Michael Rossner 4e14269859
IDE-example files: change pathes to match OH3 patterns (#1389)
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
2020-12-27 14:06:40 +01:00
Michael Rossner 02918a195f
jsr223: correct pathes still pointing to OH2 (#1388)
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
2020-12-27 14:06:09 +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