* Add IoT Marketplace Page to Side-Nav
Fixes#424
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: Confectrician)
* Changed link order
Changed the nav elements order.
This sorts it according to the page content.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: Confectrician)
This addresses https://github.com/openhab/openhab-docs/pull/355#issuecomment-283513476
Also updated a handful of binding docs resulting from `./update.sh`.
@ThomDietrich, the very long list of Bindings in the menu show their duplicate labels as expected, but one way to improve that is to create a new layout, based on the “documentation” layout, perhaps called “addon”, that shows the metadata on the page (like badges if `install` or `since` metadata given, logo if given, “improve this document” button if `source` given). Then all you have to do to use the new layout is update `_config.yml` for those collections to which you wish to apply the new layout.
With such a layout, readers’ puzzlement over the duplicate labels would be quickly dispelled. Would you consider adding a new custom “addon” layout? Should I?
I don’t think adorning the binding menu items themselves with badges or parenthetical metadata would look good.
Signed-off-by: John Cocula <john@cocula.com>
* Generate addon docs as Jekyll Collections instead of Jekyll Pages
Simplifies a lot of Jekyll, makes custom addon layout possible.
Signed-off-by: John Cocula <john@cocula.com>
* Adds-on (all but bindings) in user menu
Signed-off-by: John Cocula <john@cocula.com>
* Added openhab-distro submodule
Signed-off-by: John Cocula <john@cocula.com>
* Add first pine content
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Fix review comments
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Revert username:password till a decision is made
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Update openhabian.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update openhabian.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update openhabian.md
* Update user-menu.html
* Update index.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Factor OH1 addon docs into site, filter lists by source and install status. Fixes#280
Signed-off-by: John Cocula <john@cocula.com> (github user: watou)
* Fixed typos.
* Add title to front matter for add-ons readmes that don’t already have front matter.
Also clean up new doc directories.
* Add warning comment in modified readmes
* Don’t remove “Persistence” from “Java Persistence API”
* address comments
Signed-off-by: John Cocula <john@cocula.com>
* Fix nginx code closures in tabbed section
Made them into own categories instead of bolding statements (which was a workaround for when he had <4 headings.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Missed one
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Missed another...
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add nginx header anchors
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add TOC for nginx
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Rename security menu entry
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Replaced "Karaf console" by simply "console"
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* also changed menu entry
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* some missed changes...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* moved sentences to single lines
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* replaced nginx by security article, which also covers:
- changing HTTP(S) port
- Jetty SSL certificate
- restriction of network interfaces to use
- options for remote access (VPN, myopenHAB, reverse proxy)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* adapted openHABian comment and added newlines
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* Address problems with nginx configuration example
Include X-Forwarded Protocol
Disable Proxy buffering by default
* Updated Reverse Proxy page with tutorial
Removed reference to Jetty, replaced file with NGINX
* Added domain independant instructions
Also a short section about getting a domain name.
* Suggested removing HSTS if sticking to HTTP
* Fix typo
* Draft
Draft docs article for review
* Move items.md
* Revert
* Updated to include Things and Items
Added a link for the Items and Things page.
* Update Basic Concepts
Updated basic concepts as per https://community.openhab.org/t/documenting-openhab-2/10568/28
Review of the rules and scripting section needs to be made.
* Draft Updates
Updates from discussion with ThomDietrich
* Small revisions
Minor revisions of text and replaced duplicated data with links to
external pages for further information.
user-menu.html the changes are 95% spaces/tabs/formatting/indention fixes.
apt.md was removed because there should be only one article for Linux (besides one for Mac, one for Windows, ...), containing both installation methods and all other related topics. Having one of the methods in an extra file doesn't make sense.
linux.md apt as base, a few things from the rasspi document, many new chapters. Still missing: de/reinstallation, backup, manual->non-root, manual->upgrade, probably more
rasppi.md moved a few chapters to linux.md
Squash commits
Update
Add first half of manual installation instructions
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Add notes on apt snapshot installation
Update rasppi and index
Add backup info
Fix small details