* 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)
* Update materialize, remove material-design-icons
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Replace hljs, replace material icons, add rouge style
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
- Also fixed markdown not working in collapsible headers.
- Added back the "changing-versions" link.
- Prevented overflowing text on mobile versions in collapsible headers.
Signed-off-by: Ben Clark <ben@benjyc.uk>
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)
* Changed links to extension .html
For consistency with other links the URL was changed
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Some corrections on the pages
- Added missing header
- Privacy policy contained a link to german version of Google page
- Markdownified the pages for a better rendering
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Forgot on link
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Removed commented-out code
Signed-off-by: Martin Herbst <mail@mherbst.de>
* 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>
- smaller font size
- added non-breaking spaces to prevent unwanted line breaks
- put footer in background if menu is larger than text
Signed-off-by: Martin Herbst <mail@mherbst.de>
* 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)
Text taken from www.openhab.org and adopted to design of this site.
Added link to main openHAB site to the footer.
Solved #223, #258
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Added option to generate a sitemap.xml file for Google
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Permalink was configured in wrong file
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Added canonical link
Signed-off-by: Martin Herbst <mail@mherbst.de>
* 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>