openhab-docs/index.html

46 lines
2.2 KiB
HTML

---
layout: intro
---
{% include base.html %}
<div class="container target">
<h1>Welcome to the openHAB 2 Documentation!</h1>
<p>This documentation contains different sections. If you are new to openHAB 2, you might want to start with one of our <a href="tutorials">Tutorials</a> that guides you through different steps by an example. If you are looking for some specific information on how to use openHAB, the <a href="overview.html">User Manual</a> is the right place to go and if you plan to get started with your own developments, please refer to our <a href="developers">Developer Guide</a>.</p>
<p><strong>Note:</strong> This documentation is currently heavily worked on, so expect regular changes. If you feel that something important is missing, please <a href="https://github.com/openhab/openhab-docs/blob/gh-pages/README.md#contributing-to-the-documentation">help us improve the documentation</a>!
<div class="row center targets">
<div class="col s12 m4 l4">
<a href="tutorials">
<div class="target target-beginner card">
<i class="mdi-action-explore icon-large"></i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Tutorials</h2>
</div>
</div>
</div></a>
</div>
<div class="col s12 m4 l4">
<a href="overview.html">
<div class="target target-advanced card">
<i class="mdi-file-folder-shared icon-large"></i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">User Manual</h2></div>
</div>
</div></a>
</div>
<div class="col s12 m4 l4">
<a href="developers">
<div class="target target-migration card">
<i class="mdi-device-developer-mode icon-large"></i>
<div class="footer">
<div class="valign-wrapper">
<h2 class="valign">Developer Guide</h2></div>
</div>
</div></a>
</div>
</div>
</div>