[Main] Add pronunciation and revice intro (#208)
* Added pronunciation part on main-page Signed-off-by: Ben Clark <ben@benjyc.uk> * Updated next paragraph to be less "wordy" Signed-off-by: Ben Clark <ben@benjyc.uk>pull/213/head
parent
07b0c627d6
commit
17007395b8
|
@ -6,8 +6,9 @@ title: openHAB 2 Documentation
|
|||
{% 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>!
|
||||
<h1>Welcome to the openHAB 2 Documentation!</h1>
|
||||
<p>The <strong>open H</strong>ome <strong>A</strong>utomation <strong>B</strong>us (openHAB, <em>pronounced ˈəʊpənˈhæb</em>) is an open source, technology agnostic home automation platform which runs as the center of your smart home!</p>
|
||||
<p>This documentation contains three different categories. If you are new to openHAB 2, you might want to start with one of the <a href="tutorials">Tutorials</a>. Otherwise, for specific information on how to use or install openHAB, see the <a href="overview.html">User Manual</a>. If you would like to contribute to the development of openHAB, 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>!
|
||||
{% include nav-main-bar.html %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue