Site updated at 2016-09-09 08:31:19 UTC

This commit is contained in:
Travis CI 2016-09-09 08:31:19 +00:00
parent e066f01c88
commit f3a34d14fd
24 changed files with 44 additions and 37 deletions

View file

@ -89,7 +89,7 @@
<hr class="divider">
<p>The website youre reading now is the home of Home Assistant: <a href="https://home-assistant.io">https://home-assistant.io</a>. This is the place where we provide documentation and additional details about Home Assistant for end users and developers.</p>
<p>The website you are reading now is the home of Home Assistant: <a href="https://home-assistant.io">https://home-assistant.io</a>. This is the place where we provide documentation and additional details about Home Assistant for end users and developers.</p>
<p>home-assistant.io is built using <a href="http://github.com/mojombo/jekyll">Jekyll</a> and <a href="https://pages.github.com/versions/">those available dependencies</a>. The pages are written in <a href="http://daringfireball.net/projects/markdown/">markdown</a>; to add a page you dont need to know about HTML or the like.</p>
@ -115,6 +115,10 @@
<li>Create a Pull Request (PR) against the <strong>current</strong> branch of home-assistant.github.io if you fix stuff, create Cookbook entries, or expand existing documentation.</li>
</ul>
<p class="note">
It could be necessary that you run <code class="highlighter-rouge">rake generate</code> prior to <code class="highlighter-rouge">rake preview</code> for the very first preview.
</p>
<h3><a class="title-link" name="create-a-page" href="#create-a-page"></a> Create a page</h3>
<p>For a platform page, the fastest way is to make a copy of an existing page and edit it. The <a href="/components/">Component overview</a> and the <a href="/cookbook/">Examples section</a> are generated automatically, so there is no need to add a link to those pages.</p>